Whamcloud - gitweb
libext2fs: fix coverity nits in tdb.c
authorTheodore Ts'o <tytso@mit.edu>
Tue, 10 Aug 2021 18:52:15 +0000 (14:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 10 Aug 2021 18:52:15 +0000 (14:52 -0400)
commit95954ac7b4bb0ffb6dffa101ef6d575ff228dd1a
tree8a777e1cc60c4182d6e8b418f6ffaf4542b052f3
parentaec460db9a931d1702f9a5a979e2a95dcf0cd4f4
libext2fs: fix coverity nits in tdb.c

Address unchecked returned value and a string not null terminated warnings.

Addresses-Coverity-Bug: 709473
Addresses-Coverity-Bug: 709474
Addresses-Coverity-Bug: 1464578
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/tdb.c