* 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.