]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use NULL instead of 0 for pointers and memory allocation.
authoraraujo <araujo@FreeBSD.org>
Fri, 15 Apr 2016 02:14:11 +0000 (02:14 +0000)
committeraraujo <araujo@FreeBSD.org>
Fri, 15 Apr 2016 02:14:11 +0000 (02:14 +0000)
commit634d36b00d7bc528be96c7d12da7faf778977561
tree125d6a892ed8924d047079e7c3479913f80a273f
parentdd88d18f46fc716b661aecfa4734910d362d09e9
Use NULL instead of 0 for pointers and memory allocation.
malloc and realloc will return NULL pointer if it can't alloc memory.

MFC after: 4 weeks
usr.sbin/fdformat/fdformat.c