]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/commonio.c: commonio_open(): MALLOC() and REALLOCF() already set ENOMEM
authorAlejandro Colomar <alx@kernel.org>
Sun, 12 May 2024 21:15:12 +0000 (23:15 +0200)
committerSerge Hallyn <serge@hallyn.com>
Tue, 2 Jul 2024 02:40:11 +0000 (21:40 -0500)
commit077f7b6adebc93ef57af4cdb3e21840aaea04fc6
tree46d96b0aace22cdae5dccd793d81ee838d2ed421
parentd611d1a9479a57e21db2f062e175a05899a378df
lib/commonio.c: commonio_open(): MALLOC() and REALLOCF() already set ENOMEM

We don't need to set ENOMEM on failure of those functions.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/commonio.c