CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2014/05/22 14:31:03
Modified files: usr.sbin/smtpd : lka.c Log message: when we reduced the number of iovec's we passed through an imsg, the iovec declaration was not bumped down causing us to pass extra junk leading to a crash in the pki lookup code. i'm amazed no one else crashed on that :-/ reported by Olivier Antoine who kindly provided access to his box