free() with nullptr is OK, but not if the size is unitialized, and the
authorderaadt <deraadt@openbsd.org>
Sat, 27 Nov 2021 06:14:10 +0000 (06:14 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 27 Nov 2021 06:14:10 +0000 (06:14 +0000)
commitfee0938b44b66428409faeb674a206e38e58a39a
tree86a9f78fbd8156337d81a917455f073399d3fb0e
parent9d3ff0b49e2608507eb942eef84584023d6da060
free() with nullptr is OK, but not if the size is unitialized, and the
fail label is reachable before the sizes are known.
sys/arch/powerpc64/dev/kexec.c