freebsd-dev/sys/crypto/via
Pawel Jakub Dawidek 5362e27b6d Set ses_ictx and ses_octx to NULL after freeing them, so we won't free
them twice.
This is possible for example in situation when session is used in
authentication context, then freed and then used in encryption context
and freed - in encryption context ses_ictx and ses_octx are not touched
at newsession time, but padlock_freesession could still try to free them
when they are not NULL.
2006-07-22 10:04:47 +00:00
..
padlock.c Set ses_ictx and ses_octx to NULL after freeing them, so we won't free 2006-07-22 10:04:47 +00:00