]> git.ipfire.org Git - thirdparty/nftables.git/commit
utils: fix invalid assertion in xrealloc()
authorPatrick McHardy <kaber@trash.net>
Tue, 6 Jul 2010 03:57:21 +0000 (05:57 +0200)
committerPatrick McHardy <kaber@trash.net>
Tue, 6 Jul 2010 03:57:21 +0000 (05:57 +0200)
commitb20ba656ba7de066d4dcf5ebeef605e6acc7e01d
treedc9112127c1eb2323f48a9226606b464689ed4ee
parent259ee5b3e29c1c76aad2fc7c2bbf470d414110f1
utils: fix invalid assertion in xrealloc()

The pointer is allowed to have the value NULL.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/utils.c