Advertisement
Guest User

Untitled

a guest
Oct 20th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. ==28178== Use of uninitialised value of size 4
  2. ==28178== at 0x8048B98: PNG_add_headers (in /home/florian/png-reader/dist/png-reader)
  3. ==28178== by 0x8048B1F: PNG_build_frames (in /home/florian/png-reader/dist/png-reader)
  4. ==28178== by 0x8048868: main (in /home/florian/png-reader/dist/png-reader)
  5. ==28178== Uninitialised value was created by a heap allocation
  6. ==28178== at 0x4023F50: malloc (vg_replace_malloc.c:236)
  7. ==28178== by 0x8048B43: PNG_add_headers (in /home/florian/png-reader/dist/png-reader)
  8. ==28178== by 0x8048B1F: PNG_build_frames (in /home/florian/png-reader/dist/png-reader)
  9. ==28178== by 0x8048868: main (in /home/florian/png-reader/dist/png-reader)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement