]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Always check archive_string_ensure return value 2651/head
authorTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 30 May 2025 21:41:21 +0000 (23:41 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 30 May 2025 21:42:40 +0000 (23:42 +0200)
commit9ac39a016817d5bd79992652d537a892a1235b1e
tree4eaf0b33222c9b604bb28ce3cf2d9ea59e260be1
parent9b07a143ee0e55d04ef602e926f2d343ee5a9a8f
Always check archive_string_ensure return value

Memory allocation might fail, so check if it was successful.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/archive_write_set_format_iso9660.c
libarchive/archive_write_set_format_mtree.c