[PATCH 2/2] mount: various fixes (-81 bytes)

Alexander Shishkin virtuoso at slind.org
Fri Oct 22 12:36:53 UTC 2010


On Fri, Oct 22, 2010 at 01:38:18 +0200, Denys Vlasenko wrote:
> On Thu, Oct 21, 2010 at 10:44 PM, Alexander Shishkin <virtuoso at slind.org> 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


More information about the busybox mailing list