mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-07-06 16:16:39 +00:00
d2b6b7b0a7
* scripts/xsparse.c (read_xheader): Avoid undefined behavior by accessing via null pointer sparse_map or out of its bounds when the input is invalid. This means we no longer need the ‘expect’ local, so omit it for simplicity.