]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fatal if field[0].start or field[0].end is null 2612/head
authorRose <gfunni234@gmail.com>
Sat, 17 May 2025 23:35:22 +0000 (19:35 -0400)
committerRose <gfunni234@gmail.com>
Mon, 19 May 2025 18:35:45 +0000 (14:35 -0400)
commitbde1c16393d05e974067afc287854815f3b195a3
tree3c147623a0bd8bd681bf2049021e8d871f247f64
parent17a63c7e35f9b79589774781ae7b72eb9c5c2fdb
Fatal if field[0].start or field[0].end is null

We should not get here, but given that the check exists, we should not let it happen if this is NULL because otherwise we just dereference it later on.
libarchive/archive_acl.c