pkgsrc/mail/exim
gavan 1e5a416eff exim: fix crash on startup if log_buffer is allocated right after taint pool
The check whether a block of memory is tainted erroneously returns true
if the block in question starts the very next byte after a block in the
tainted pool. Depending on the memory allocator, this can cause problems.
For example, on NetBSD/amd64 9.0, this seems to allocate the first tainted
block immediately before log_buffer. This leads to a recursive error in
log_write the first time anything is written to the log, leading to a
segmentation fault when the stack fills up.
2020-08-20 16:40:57 +00:00
..
files exim: updated to 4.90.1 2018-03-07 08:24:47 +00:00
patches exim: fix crash on startup if log_buffer is allocated right after taint pool 2020-08-20 16:40:57 +00:00
DESCR
distinfo exim: fix crash on startup if log_buffer is allocated right after taint pool 2020-08-20 16:40:57 +00:00
Makefile exim: fix crash on startup if log_buffer is allocated right after taint pool 2020-08-20 16:40:57 +00:00
MESSAGE
options.mk exim: updated to 4.93 2019-12-09 18:46:00 +00:00
PLIST
PLIST.eximon