CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2026/06/16 05:50:53

Modified files:
        sbin/isakmpd   : message.c 

Log message:
isakmpd: Fix NULL dereference in message_validate_sa()

When the responder cookie is non-zero but sa_lookup_by_header()
finds no matching SA, msg->isakmp_sa is NULL.  Thus check before
dereferencing.

Reply via email to