]> git.ipfire.org Git - thirdparty/tar.git/commit
Support >UINT_MAX lines in map files
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Aug 2024 00:47:26 +0000 (17:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Aug 2024 06:25:46 +0000 (23:25 -0700)
commit5ab90d6c96670a788779caafeee2cfc353d41ddf
tree973372ff687b2857773d1f872950ff660b8eb7b7
parente137c142851c249faf01c458884b8db8d9d76c08
Support >UINT_MAX lines in map files

* src/map.c (parse_id, map_read): Prefer intmax_t to unsigned
for line numbers.
src/map.c