kernel - Fix padlock panic in hw crypto
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 17 Oct 2010 19:56:44 +0000 (12:56 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 17 Oct 2010 19:56:44 +0000 (12:56 -0700)
commitdb1f2f6ee7235850deec730b827aff71e2b15e21
treed9645b0fe17272e6291311ee5e822ee2fb259ca8
parentb7609e3d129f4d19a1ace11d2f6906997df328c8
kernel - Fix padlock panic in hw crypto

* padlock_freesession_one() was zeroing out the structure which caused
  ses_freeaddr to be lost.  Restore ses_freeaddr.

Reported-by: lentferj
sys/crypto/via/padlock.c