GNOME Bugzilla – Bug 418588
Invalid read when drawing preedit cursor
Last modified: 2007-03-16 10:14:22 UTC
vte_terminal_paint() currently tries to access beyond the end of the string inorder to draw the preedit cursor - which is blank. This was first reported in Launchpad: https://bugs.launchpad.net/ubuntu/+source/vte/+bug/89524
Created attachment 84653 [details] [review] No need to draw the cursor at the end as it doesn't exist
r1837: 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 418588 – Invalid read when drawing preedit cursor * src/vte.c (vte_terminal_paint): No need to read what is drawn and furthermore isn't allocated.