]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Always check archive_wstring_ensure return value 2652/head
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sat, 31 May 2025 09:33:07 +0000 (11:33 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Sat, 31 May 2025 09:37:02 +0000 (11:37 +0200)
commite1ca935c008874c3ffac9125b36e503f43719067
tree80b10a3dde842541d790c5ed065f54f5d6dc9072
parente1c0f9a6608e99aa17355b5352a122a3ddbdb23e
Always check archive_wstring_ensure return value

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

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/archive_read_disk_windows.c
libarchive/archive_read_support_format_cab.c
libarchive/archive_write_disk_windows.c