]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use NULL instead of 0 for pointers.
authoraraujo <araujo@FreeBSD.org>
Tue, 19 Apr 2016 01:57:56 +0000 (01:57 +0000)
committeraraujo <araujo@FreeBSD.org>
Tue, 19 Apr 2016 01:57:56 +0000 (01:57 +0000)
commiteeb0fb82dcf0adb95bd4dd940b6f0f6f49b47534
treef9c5640a55a67a50f82eedd484f1fd2571438563
parent01ad9aa4bf25709f5ef398b5e9d665f373d42ea7
Use NULL instead of 0 for pointers.

malloc will return NULL if it cannot allocate memory.

MFC after: 2 weeks.
sbin/ping6/ping6.c