On Fri, Oct 22, 2010 at 01:38:18 +0200, Denys Vlasenko wrote: > On Thu, Oct 21, 2010 at 10:44 PM, Alexander Shishkin <[email protected]> > wrote: > > nfs_strerror() leaks memory allocated by xasprintf(), which never gets > > free()'d. > > This patch contains two unrelated fixes. > Therefore I can't figure out whether nfs_strerror() fix increases > or decreases code size.
Sorry about that. I'm trying to get through ~260 coverity reports against busybox quite some of which are false positives and sometimes I also stumle upon things like these if (!bool) return false; else returt true; and the like. Regards, -- Alex _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
