]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/sgetgrent.c: list(): Explicitly free(3) at the start of the function
authorAlejandro Colomar <alx@kernel.org>
Sat, 7 Dec 2024 00:34:41 +0000 (01:34 +0100)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Sat, 7 Jun 2025 14:52:03 +0000 (16:52 +0200)
commite7a8c2b0e580b9445b2f390a21bb07251a04b30c
treead412edcc02caeb490f4d75d6fb67032d92dd69a
parente168508b0019772b007954e3c8e9bb24dcffb2d8
lib/sgetgrent.c: list(): Explicitly free(3) at the start of the function

This makes it clear we wipe anything that was in the buffer.

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