jail: actually check calloc return value
authorDaniel Golle <daniel@makrotopia.org>
Mon, 30 Aug 2021 23:39:12 +0000 (00:39 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 30 Aug 2021 23:46:54 +0000 (00:46 +0100)
commitf5fe04b93a2131bd57f34f4d526e57933caa8a4c
tree47f7f00b9efa8c5b073766c880f2a6de7376c238
parent86f82f3de1da07ef86a33a8e9302c98dafbfa6ec
jail: actually check calloc return value

Instead of checking the return value of calloc(), the check intended
for that would rather check if the pointer passed as an argument.
As that doesn't make much sense, rather actually check calloc()
return value.

Coverity CID: 1490071 Dereference before null check
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
jail/fs.c