|
Message-ID: <CAK4o1Wz=AWr_PhXLKqMGZSnEyO6V37xCDtviB+xe7aOP9EHKuQ@mail.gmail.com> Date: Sun, 16 Jun 2013 11:18:29 +0100 From: Justin Cormack <justin@...cialbusservice.com> To: musl@...ts.openwall.com Subject: Re: [PATCH] bugfix: initialize a state variable in lio_wait On Sun, Jun 16, 2013 at 10:31 AM, Jens Gustedt <jens.gustedt@...ia.fr> wrote: > BTW, I used valgrind to help me finding such stuff on initialization, > but the tons of false positives that musl triggers because of the str > functions and calloc are really a pain. It would be nice to ship a valgrind suppressions file shipped with Musl to ignore these, I have always found it very helpful to have as a part of the documentation in order to not worry about trying to work out myself which are false positives when working with a project. You can use valgrind --gen-suppressions to produce them, but I guess we need to check that they are not in fact bugs! (The valgrind maintainers are also very responsive to issues) Justin
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.