bz 2007-06-15 22:35:59 UTC
FreeBSD src repository
Modified files:
sys/netipsec key.c
Log:
With the current code 'src' is never NULL. Nevertheless move the check for
NULL before dereferencing the pointer.
Found with: Coverity Prevent(tm)
CID: 2528
Revision Changes Path
1.24 +3 -1 src/sys/netipsec/key.c