]> git.ipfire.org Git - thirdparty/lxc.git/commit
Fix strlcat's return value checks
authorAriel Miculas <amiculas@cisco.com>
Tue, 7 Feb 2023 11:10:50 +0000 (13:10 +0200)
committerStéphane Graber <stgraber@stgraber.org>
Tue, 25 Jul 2023 16:27:18 +0000 (12:27 -0400)
commit97bf62247116375d3618a0679f2d6a30b41ebb6b
tree6e3cfdb23d5d1c5fd4e077c6c195dedf1af79571
parent7c81572af76a47a415f65d8157d9aabbea297a4e
Fix strlcat's return value checks

Alternatively we could have used safe_strlcat, but it's not used
anywhere and there's also no safe_strlcpy

Signed-off-by: Ariel Miculas <amiculas@cisco.com>
src/lxc/conf.c