]> git.ipfire.org Git - thirdparty/libarchive.git/commit
days should be a long type 2619/head
authorAZero13 <gfunni234@gmail.com>
Mon, 19 May 2025 17:39:32 +0000 (13:39 -0400)
committerGitHub <noreply@github.com>
Mon, 19 May 2025 17:39:32 +0000 (13:39 -0400)
commitb1348fbfabb351987a0a65a9d193e2056580cf25
treece35b6e085f3b8d40429fb1d747296c5aeef7508
parent17a63c7e35f9b79589774781ae7b72eb9c5c2fdb
days should be a long type

The difference in years is cast to a long and then multiplied by 365. The return value of the function is also a long.
libarchive/archive_parse_date.c