aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2020-12-23 20:17:49 +0000
committerGilles CHEHADE <gilles@poolp.org>2021-01-19 09:56:57 +0100
commit957977fecb00b18f3b761317d2a9bea729476a5b (patch)
treeabfce32b89177f0aa71a7d91b3a5fbea8dc342e1
parentFix a memory leak: use a single memory allocation for struct addrinfo and (diff)
downloadOpenSMTPD-957977fecb00b18f3b761317d2a9bea729476a5b.tar.xz
OpenSMTPD-957977fecb00b18f3b761317d2a9bea729476a5b.zip
smtpd's filter state machine can prematurely release resources
leading to a crash. From gilles@
-rw-r--r--usr.sbin/smtpd/lka_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/lka_filter.c b/usr.sbin/smtpd/lka_filter.c
index 07cc8476..23a3bfae 100644
--- a/usr.sbin/smtpd/lka_filter.c
+++ b/usr.sbin/smtpd/lka_filter.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lka_filter.c,v 1.64 2020/12/20 13:27:46 martijn Exp $ */
+/* $OpenBSD: lka_filter.c,v 1.65 2020/12/23 20:17:49 millert Exp $ */
/*
* Copyright (c) 2018 Gilles Chehade <gilles@poolp.org>