[Bug 1043479] xv crashes reading gimp created png image
http://bugzilla.suse.com/show_bug.cgi?id=1043479 http://bugzilla.suse.com/show_bug.cgi?id=1043479#c4 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dr. Werner Fink <werner@suse.com> --- (In reply to Rich Coe from comment #1)
Created attachment 728337 [details] correctly calculate string buffer size
The code uses .text_length to determine size of buffer, but uses .text as the data to append, and .text_length is not the length of the .text string.
Use .text to calculate the correct size of the buffer.
Thanks a lot ... now as the request has already been accepted this one if fixed as well -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com