]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
wrap all malloc/calloc/realloc calls so they exit on failure
authorluigi <luigi@FreeBSD.org>
Mon, 26 Jan 2009 14:26:35 +0000 (14:26 +0000)
committerluigi <luigi@FreeBSD.org>
Mon, 26 Jan 2009 14:26:35 +0000 (14:26 +0000)
commitb193317a46c06dbf600581ded1f5953d417062a0
tree1796585de3c6724f8d8b2afd5cab02233382493a
parent3f74998bc8152702e7d8b9ce8cb484c112a9f83c
wrap all malloc/calloc/realloc calls so they exit on failure
without having to check in each place.

Remove an wrong strdup from previous commit.
sbin/ipfw/ipfw2.c