]> git.ipfire.org Git - thirdparty/chrony.git/commit
use PATH_MAX
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 10 Oct 2019 15:53:58 +0000 (17:53 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 24 Oct 2019 09:03:47 +0000 (11:03 +0200)
commit2fc8edacb8106098b032c55be0257debc09a3554
tree292fbd0d537f38c6461a7ab7a215af1ffbc4b2d1
parent903fa247f8ac80a5503cea1f1fff7c7b1068f1de
use PATH_MAX

Include <limits.h> and use the PATH_MAX macro to define the length of
buffers containing paths to make it constistent. (It's not supposed to
fit all possible paths.)
logging.c
ntp_signd.c
sources.c
sysincl.h