summaryrefslogtreecommitdiff
path: root/tests/testmisc.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-30 10:06:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-30 10:09:27 -0400
commit6e04db81b9dc5913607bd97e1000d59c6ed0c496 (patch)
tree6337ee1855972b6cacaff161f56c7786e5a70502 /tests/testmisc.c
parent226d1a898a73de3a0fc09247c83dceac7b5c8786 (diff)
downloadpango-6e04db81b9dc5913607bd97e1000d59c6ed0c496.tar.gz
layout: Avoid a crash with short strings
You can call pango_layout_set_text() with a length that is longer than the string (and there's code in the wild that does that). We try to handle it by only looking at the initial segment of the text, but we are forgetting to set layout->length to the length of that segment, leading us to access beyond the string end later. This fixes #490
Diffstat (limited to 'tests/testmisc.c')
0 files changed, 0 insertions, 0 deletions