CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/11 03:55:17
Modified files:
sbin/isakmpd : exchange.c message.c
Log message:
isakmpd(8): Fix NULL dereference in message_alloc_reply() callers
message_alloc_reply() dereferences the returned pointer of
message_alloc() without a NULL check. Add one so callers can handle
the failure.
Also add NULL checks at both call sites in exchange.c.
test & ok sthen
