[Tuxpaint-devel] passing -128 to malloc considered harmful
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Albert C. <aca...@gm...> - 2007-11-30 06:10:42
|
==981== Thread 1: ==981== Conditional jump or move depends on uninitialised value(s) ==981== at 0x804CA48: stamp_xor (tuxpaint.c:14862) ==981== ==981== Conditional jump or move depends on uninitialised value(s) ==981== at 0x404BA1D: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x4043716: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x405B3C3: SDL_LowerBlit (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x405B600: SDL_UpperBlit (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x80616E1: mainloop (tuxpaint.c:4705) ==981== ==981== Conditional jump or move depends on uninitialised value(s) ==981== at 0x404BA99: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x4043716: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x405B3C3: SDL_LowerBlit (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x405B600: SDL_UpperBlit (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x80616E1: mainloop (tuxpaint.c:4705) ==981== ==981== Conditional jump or move depends on uninitialised value(s) ==981== at 0x404BB06: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x4043716: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x405B3C3: SDL_LowerBlit (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x405B600: SDL_UpperBlit (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x80616E1: mainloop (tuxpaint.c:4705) ==981== ==981== Conditional jump or move depends on uninitialised value(s) ==981== at 0x404BB73: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x4043716: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x405B3C3: SDL_LowerBlit (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x405B600: SDL_UpperBlit (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x80616E1: mainloop (tuxpaint.c:4705) ==981== ==981== Conditional jump or move depends on uninitialised value(s) ==981== at 0x406B17B: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x406BB09: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x4037EF6: SDL_PumpEvents (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x4038406: SDL_PollEvent (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x804D026: mySDL_PollEvent (tuxpaint.c:16045) ==981== ==981== Conditional jump or move depends on uninitialised value(s) ==981== at 0x406B196: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x406BB09: (within /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x4037EF6: SDL_PumpEvents (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x4038406: SDL_PollEvent (in /usr/lib/libSDL-1.2.so.0.11.1) ==981== by 0x804D026: mySDL_PollEvent (tuxpaint.c:16045) ==981== ==981== Warning: silly arg (-128) to malloc() |