Ryan Whitworth
Ryan Whitworth
Example valgrind output of a few items: ``` ==1308769== Memcheck, a memory error detector ==1308769== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==1308769== Using Valgrind-3.10.0 and...
[input.gz](https://github.com/cameronswinoga/yabfc/files/1133495/input.gz)
Example input: [input.gz](https://github.com/cameronswinoga/yabfc/files/1133493/input.gz) It fixes this error as reported by valgrind: ``` ==943710== Invalid read of size 1 ==943710== at 0x405722: optimize_clear_loop (optimize.c:77) ==943710== by 0x401AA1: main (yabfc.c:136) ==943710== Address...
@andreafioraldi I had no trouble compiling on Ubuntu 20.04.1 which is 5.4 based. Thank you for pointing me in the correct direction. I'll leave this ticket open since @JoeyJiao has...
Unfortunately these tests (all three github issues) were all run against the master branch git commit of 46b2f25284847658a64b005abd0328f024d3086f. I have never used Valgrind before, but I'll take a look. Is...
I haven't checked all the files, but here is a representative sample of the unique errors. ``` # valgrind --leak-check=yes ../../rrdtool-1.x/src/.libs/rrdtool dump id\:000001\,sig\:08\,src\:000000\,op\:havoc\,rep\:4 ==19386== Memcheck, a memory error detector ==19386==...
Looks like three distinct root causes. Would you like these reported as individual issues? I'm also open to learning more about how to properly use valgrind to report these issues....
Hi, I'm not familiar with the .po "lifecycle" (creation, modifying, usage, etc). My understanding is you feed a source file (`test.c`) into one of the programs and it spits out...
@rofl0r the instructions were very helpful. See https://github.com/rwhitworth/gettext-tiny-fuzz Valgrind output from a few of the inputs (not exhaustive): ``` ==2208800== Memcheck, a memory error detector ==2208800== Copyright (C) 2002-2013, and...
Yeah, they'll be up for at least a month. Eventually I'll consolidate all my fuzzing repos to keep my repo list clean, but it'll be a while. Let me know...