]> git.ipfire.org Git - thirdparty/samba.git/commit
lib: Fix Coverity ID 1509061 Use of 32-bit time_t
authorVolker Lendecke <vl@samba.org>
Fri, 20 Jun 2025 07:48:11 +0000 (09:48 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 2 Sep 2025 08:08:29 +0000 (08:08 +0000)
commit431e2a105051ebca0749fca25480f6972c578146
treea9159e79edb6561f05913962891d488f8201f206
parentea8ff86162dd8106aa5572cb4e88c89ecd2d4227
lib: Fix Coverity ID 1509061 Use of 32-bit time_t

"man gnutls_x509_crt_set_serial" says that the serial number should be
a big-endian positive integer of up to 20 bytes....

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source4/lib/tls/tlscert.c