]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Checks for null references (#2251)
authorFatima Qarni <fatima.q832@gmail.com>
Sat, 22 Jun 2024 22:49:53 +0000 (17:49 -0500)
committerGitHub <noreply@github.com>
Sat, 22 Jun 2024 22:49:53 +0000 (15:49 -0700)
commit898dc8319355b7e985f68a9819f182aaed61b53a
tree69b954f51908cf413007e77f5d0f0859373bf9ed
parent07206cd172c73cbe3b6b3d64e00f427fa0befa54
Checks for null references (#2251)

Microsoft's static analysis tool found some vulnerabilities from
unguarded null references that I changed in
[microsoft/cmake](https://github.com/microsoft/cmake). Pushing these
changes upstream so they can be added to
[kitware/cmake](https://github.com/Kitware/CMake).
libarchive/archive_read_support_format_7zip.c
libarchive/archive_write_set_format_cpio_binary.c
libarchive/archive_write_set_format_cpio_odc.c