mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-05-21 15:26:09 +00:00
* 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.