[Bug 318812] Re: *** buffer overflow detected ***: xfig terminated
pemehe
pemehe at googlemail.com
Fri May 15 13:21:12 UTC 2009
The bug is with the size of the 'number' strings defined at w_rulers.c:1169 and w_rulers.c:1428.
These strings store the numbers and units that appear on the rulers. If you zoom out enough you will get something like '-1000cm' which is 7 characters long. The strings only store 6. Therefore the size of those strings must be raised to at least 8 and to prevent further problems sprintf should be replaced with snprintf if complete ANSI compliance is not a primary concern.
If the package maintainer could do this it would be great.
--
*** buffer overflow detected ***: xfig terminated
https://bugs.launchpad.net/bugs/318812
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list