Bluetooth: Use kzfree instead of kfree in security manager
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 16 Mar 2015 08:10:18 +0000 (01:10 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 16 Mar 2015 08:30:53 +0000 (10:30 +0200)
Within the security manager, it makes sense to use kzfree instead of
kfree for all data structures. This ensures that no key material leaks
by accident.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>

No differences found