(pax_decode_header): fix the loop range.
commit7e61d298b8b781b221c18d765949e304039f7913
authorAndrew Borodin <aborodin@vmail.ru>
Sat, 12 Aug 2023 17:41:11 +0000 (12 20:41 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sat, 12 Aug 2023 17:48:15 +0000 (12 20:48 +0300)
tree8952ad6262cfbf33c062778df3d823012c5bc6f4
parent02dea0d65de352e8a9752c2f994b658cdfc4aebb
(pax_decode_header): fix the loop range.

The high boundary 'u' of loop was modified in the loop as a result of
decode_num().

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/vfs/tar/tar-sparse.c