]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acme: avoid overflow when diff > notAfter
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 7 Oct 2025 08:54:58 +0000 (10:54 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 7 Oct 2025 08:54:58 +0000 (10:54 +0200)
commit45fba1db27eea3894e75678ed11a2ca3cec8014b
treed5b0200bc81f391f48e51234b8190d8ab501f478
parent69bd253b23260dd77b1bcb8c40032ff2ba530f93
BUG/MINOR: acme: avoid overflow when diff > notAfter

Avoid an overflow or a negative value if notAfter < diff.

This is unlikely to provoke any problem.

Fixes issue #3138.

Must be backported to 3.2.
src/acme.c