aboutsummaryrefslogtreecommitdiff
path: root/util/netevent.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-05-10 20:48:53 +0000
committerCy Schubert <cy@FreeBSD.org>2024-05-10 20:48:53 +0000
commitc2a80056864d6eda0398fd127dc0ae515b39752b (patch)
tree92e6196ae61df0fa7e4db654f78dfd837cc41826 /util/netevent.h
parent5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc (diff)
unbound: Vendor import 1.20.0vendor/unbound/1.20.0
Release notes at https://www.nlnetlabs.nl/news/2024/May/08/unbound-1.20.0-released/ Security: The DNSBomb vulnerability CVE-2024-33655
Diffstat (limited to 'util/netevent.h')
-rw-r--r--util/netevent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/netevent.h b/util/netevent.h
index dc9619c163b0..1e4a13f9b7e5 100644
--- a/util/netevent.h
+++ b/util/netevent.h
@@ -181,6 +181,8 @@ struct comm_point {
/** if the event is added or not */
int event_added;
+ /** Reference to struct that is part of the listening ports,
+ * where for listening ports information is kept about the address. */
struct unbound_socket* socket;
/** file descriptor for communication point */