Fix undersized buffer use by eximon. Bug 1527
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 10 Sep 2014 13:26:58 +0000 (14:26 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 10 Sep 2014 17:35:54 +0000 (18:35 +0100)
commite91ad4a760cbf58e1f455d2ba226d80aa6c2da05
treebb1d6bb3cf0151f3153956df8c96bf59e259eb9c
parent41afb5cb41e74e265963cb53fcdc6d85379d962a
Fix undersized buffer use by eximon.  Bug 1527

The long spoolfile line now used for certificate info was too big,
resulting in an apparent syntax error in the file.
Apart from using a decent size, do autogrow in case of immense
certificates.
src/Makefile
src/exim_monitor/em_globals.c
src/exim_monitor/em_main.c
src/src/spool_in.c