]> git.ipfire.org Git - thirdparty/chrony.git/commit
makefile: compile getdate.o with -fwrapv option
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 26 Jun 2023 11:20:22 +0000 (13:20 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 18 Jul 2023 12:52:55 +0000 (14:52 +0200)
commit22ef2fbb0e016e323fb9976bb506d23730425eaf
tree2d92967e465a28abe7af0840470ed1dea0a0eb10
parent7a032062223853dfa9a1ba67995d3088d0dd7f43
makefile: compile getdate.o with -fwrapv option

The getdate code (copied from gnulib before it was switched to GPLv3)
has multiple issues with signed integer overflows. Use the -fwrapv
compiler option for this object to at least make the operations defined.
Makefile.in
configure