diff options
author | jenglish <jenglish@flightlab.com> | 2004-11-28 19:00:37 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2004-11-28 19:00:37 (GMT) |
commit | 3051ba20af89c12c489e91c71d04df0bb8afb7ac (patch) | |
tree | 063590afc063bf14edace9c9743988b1ec14e7c9 /ChangeLog | |
parent | 08586a9e131955025a1878702a430bda7e166189 (diff) | |
download | tk-3051ba20af89c12c489e91c71d04df0bb8afb7ac.zip tk-3051ba20af89c12c489e91c71d04df0bb8afb7ac.tar.gz tk-3051ba20af89c12c489e91c71d04df0bb8afb7ac.tar.bz2 |
Tk_DrawChars: Check for short integer overflow in x,y coordinates
[Fixes: #942320 "Tk, Xft, text and long lines"]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2004-11-28 Joe English <jenglish@users.sourceforge.net> + * unix/tkUnixRFont.c(Tk_DrawChars): Check for short integer overflow + in x,y coordinates [Fixes: #942320 "Tk, Xft, text and long lines"] + 2004-11-26 David Gravereaux <davygrvy@pobox.com> * win/makefile.vc: Shell targets needed more stack space. |