]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Do not account for NULL terminator when comparing with "TRAILER!!!" (#1814)
authorRose <83477269+AtariDreams@users.noreply.github.com>
Mon, 9 Jan 2023 14:19:30 +0000 (09:19 -0500)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2023 14:19:30 +0000 (15:19 +0100)
commit72fe9d30269cc69703c70260215be1f031589b02
tree9421b0890fba03bd5f6ca9c515235bf5ec94ff71
parent013aef1275899bcee0b394402673a949c33c72db
Do not account for NULL terminator when comparing with "TRAILER!!!" (#1814)

Because at that point, you may as well replace the whole thing with
strcmp
libarchive/archive_read_support_format_cpio.c