]> git.ipfire.org Git - location/libloc.git/commit
stringpool: Do not call strlen() on potential NULL pointer
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jul 2021 12:10:48 +0000 (12:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jul 2021 12:10:48 +0000 (12:10 +0000)
commit1afe55450032484cbdf20302712bda57f444ad21
tree027c85c0267e1a0b8ef2e4eebdf92573f570970a
parentbf4ac66f7d85f971583ab4ce46187bb6f7aa0642
stringpool: Do not call strlen() on potential NULL pointer

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/stringpool.c