Rusty Russell
2005-Sep-13 00:14 UTC
[Xen-devel] 9ead082168053f89: Restore NULL checks before calling kfree().
Hmm, kfree() is defined to work (like free) as a noop on NULL. Please, when checking in changes, tell us *why*. Consistency with rest of code? Stylistic concerns? Found a bug? Thanks! Rusty. -- A bad analogy is like a leaky screwdriver -- Richard Braakman _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christian Limpach
2005-Sep-13 08:11 UTC
[Xen-devel] Re: 9ead082168053f89: Restore NULL checks before calling kfree().
On Tue, Sep 13, 2005 at 10:14:04AM +1000, Rusty Russell wrote:> Hmm, kfree() is defined to work (like free) as a noop on NULL. > > Please, when checking in changes, tell us *why*. Consistency with rest > of code? Stylistic concerns? Found a bug?Consistency with rest of code and stylistic concerns. christian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel