]> git.ipfire.org Git - thirdparty/shadow.git/commit
Fix memory leaks by replacing realloc(3) with reallocf(3)
authorAlejandro Colomar <alx@kernel.org>
Wed, 1 Feb 2023 23:59:55 +0000 (00:59 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 4 Feb 2023 04:03:38 +0000 (22:03 -0600)
commit0ec157d579931cfec1cc8439288ed17adf19da5d
tree16df6f19cb7631ce72594fe9347542eff4bd1ee5
parent82480995b449d55d386c495066a5b2a0d03a9865
Fix memory leaks by replacing realloc(3) with reallocf(3)

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