SECURITY: length limits on many cmdline options
authorPhil Pennock <phil+git@pennock-tech.com>
Thu, 29 Oct 2020 22:11:35 +0000 (18:11 -0400)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Tue, 27 Apr 2021 22:40:17 +0000 (00:40 +0200)
commita8bd24b96c2027fd839f95a9e6b3282453ae288e
tree99b62c22a3351064cbeebe42220e6f08bd3843b1
parent0aafa26a5d3d528e79476c91537c28936154fe04
SECURITY: length limits on many cmdline options

We'll also now abort upon, rather than silently truncate, a driver name
(router, transport, ACL, etc) encountered in the config which is longer than
the 64-char limit.

(cherry picked from commit ff8bef9ae2370db4a7873fe2ce573a607fe6999f)
doc/doc-docbook/spec.xfpt
doc/doc-txt/ChangeLog
src/src/acl.c
src/src/exim.c
src/src/exim.h
src/src/macro_predef.c
src/src/macros.h
src/src/malware.c
src/src/parse.c
src/src/readconf.c
src/src/transport.c