CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/11/26 01:51:22
Modified files: usr.sbin/smtpd : mta.c Log message: Don't dereference a route and then reference it again. In this particular case, the route would be referenced at least twice, so there is no use after free. Prompted by a mail from David CARLIER to misc@opensmtpd. OK eric@