]> git.ipfire.org Git - thirdparty/samba.git/commit
winbindd: Fixing CID 1508950 for time_t in DEBUG statement
authorRabinarayan Panigrahi <rapanigr@redhat.com>
Thu, 4 Sep 2025 12:43:31 +0000 (18:13 +0530)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 10 Sep 2025 09:38:30 +0000 (09:38 +0000)
commit16cd2f337218eea2d11fb3c0b3155eeea910bcf9
tree79a48b2a233746fbd4640c87d6d70e39b03806a0
parent00e2d9b5e8317c8c5f52725a6cf2e53d6f5c56be
winbindd: Fixing CID 1508950 for time_t in DEBUG statement

Fix: typecast changing from (uint32_t)domain->last_seq_check  to
(intmax_t)domain->last_seq_check as intmax_t can hold epoch seconds
after 2038 year

Signed-off-by: Rabinarayan Panigrahi <rapanigr@redhat.com>
Reviewed-by: Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/winbindd/winbindd_cache.c