]> git.ipfire.org Git - thirdparty/lxc.git/commit
Fix strlcat's return value checks 4275/head
authorAriel Miculas <amiculas@cisco.com>
Tue, 7 Feb 2023 11:10:50 +0000 (13:10 +0200)
committerAriel Miculas <amiculas@cisco.com>
Tue, 7 Feb 2023 11:52:31 +0000 (13:52 +0200)
commit311bb8c53eb2df925fa742193534d41157660e93
tree44169d53655f72194eb95fd8b718f3b931ca78a4
parent042d8165a16a2dd6a26ecdfb6ca02e8ae5caa786
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