]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Merge pull request #3057 from i1011/mtree-null-deref-fix
authorDustin L. Howett <dustin@howett.net>
Sun, 24 May 2026 17:43:25 +0000 (12:43 -0500)
committerGitHub <noreply@github.com>
Sun, 24 May 2026 17:43:25 +0000 (12:43 -0500)
mtree: Fix null dereference for some corner cases:

- a symlink whose target is never set
- emitting a root directory entry that is actually a file


Trivial merge