git: kernel: Mark some contigfree()/kfree() arguments as "never NULL".
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue Feb 18 09:43:42 PST 2014
commit 1b0a8f7cbcf964cd1f50d3a290352253f4850923
Author: Sascha Wildner <saw at online.de>
Date: Tue Feb 18 18:43:18 2014 +0100
kernel: Mark some contigfree()/kfree() arguments as "never NULL".
Those are contigfree()'s addr and kfree()'s addr and type.
contigfree()'s type isn't actually used by the function.
Summary of changes:
sys/sys/malloc.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1b0a8f7cbcf964cd1f50d3a290352253f4850923
--
DragonFly BSD source repository
More information about the Commits
mailing list