diff options
author | 2010-11-24 11:09:43 +0000 | |
---|---|---|
committer | 2010-11-24 11:09:43 +0000 | |
commit | ce501bb596c3aeac3daf6e802a39b7ed9a85ac87 (patch) | |
tree | 9d03fc6524868dd0f6a2796c0664ec444f1c7137 /sys | |
parent | remove a debug() that pollutes stderr on client connecting to a server (diff) | |
download | wireguard-openbsd-ce501bb596c3aeac3daf6e802a39b7ed9a85ac87.tar.xz wireguard-openbsd-ce501bb596c3aeac3daf6e802a39b7ed9a85ac87.zip |
we can't accept up to MAX_LOCALPART_SIZE (128 bytes) for the user part
of an email address at session time, then fatal() when we can't fit it
in a LOGIN_NAME_MAX (32 bytes) buffer in the aliases expansion code.
fix aliases functions to use a buffer that's appropriate, preventing a
fatal() from being triggered in aliases_exist(). bug experienced by
and reported by Jason Houx, if you're testing smtpd you want to update.
Diffstat (limited to 'sys')
0 files changed, 0 insertions, 0 deletions