]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix a minor date-parsing bug and fill in missing ISO9660 testing (#2260)
authorTim Kientzle <kientzle@acm.org>
Sat, 6 Jul 2024 07:45:38 +0000 (00:45 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Jul 2024 07:45:38 +0000 (09:45 +0200)
commit09325d3a9d5e2ac5727d7dad5b3c254d02cc4b9c
tree53fdc51838475f9afef3a67a79e4f3391ce9798d
parent621411ea164f0b76d850d1ecb3b9a524d77cb9a0
Fix a minor date-parsing bug and fill in missing ISO9660 testing (#2260)

This is somewhat academic, since we don't actually expose any of the
ISO9660 header information that is stored in 17-byte date format, but
inspection revealed an off-by-one error in the parsing here.

This also proved a nice motivation to fill in some verification in our
most basic ISO9660 test case.
libarchive/archive_read_support_format_iso9660.c
libarchive/test/test_read_format_iso_Z.c