]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/commonio.c: Larger buffer size for file names
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 12 Jan 2026 17:29:54 +0000 (18:29 +0100)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Wed, 14 Jan 2026 12:05:45 +0000 (13:05 +0100)
commitc745eea4a45e6c8eba551f4d82bc952b34740fc9
treeed6404cd44f461d18d62d7a7d14ba5b69769740b
parentf8732b17dd1d22e04d8d689ea36e459e7ef1772a
lib/commonio.c: Larger buffer size for file names

Make sure that enough bytes exist for file name of temporary file which
is used to construct the next database file.

While at it, use a better variable name.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
lib/commonio.c