On 01/26/2013 11:12 AM, Ondrej Oprala wrote: > No worries, your approach looks good.
Thanks. Pushed: http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=bb116d35 I fixed the following before pushing: - devlist = xmalloc (sizeof devlist); + devlist = xmalloc (sizeof *devlist); and now valgrind is silenced again. ;-) Have a nice day, Berny
