]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Reject bad hex values in xar checksums (#2479)
authorGraham Percival <gperciva@tarsnap.com>
Sun, 6 Apr 2025 07:29:16 +0000 (00:29 -0700)
committerGitHub <noreply@github.com>
Sun, 6 Apr 2025 07:29:16 +0000 (09:29 +0200)
commitfed3712d6ef28c36213eda016ebea5c1ef525f72
tree5b465d502bcc6cbd283300316445bd0812d4c665
parent1b6009d17b8708b07109975f4458c4025d727b19
Reject bad hex values in xar checksums (#2479)

Hex values should be A to F (and lower-case); if there's any other
letters, reject them.
libarchive/archive_read_support_format_xar.c