r1428: Remove *completly bogus* memset. (No doubt my bug, too...).
commit54248a405c9459f93f4200ebb0dc71748ae2fc83
authorAndrew Bartlett <abartlet@samba.org>
Sat, 10 Jul 2004 03:26:43 +0000 (10 03:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:11 +0000 (10 10:52 -0500)
tree42ee326240557d0f0c918f77662de807cf3f8034
parent5d720e52d749489726c2c671c6cac2d706f750c8
r1428: Remove *completly bogus* memset.  (No doubt my bug, too...).

This memset could well have clobbered bits of the stack, because
session_key changed from

char session_key[16];

to

DATA_BLOB session_key

Andrew Bartlett
source/libsmb/clikrb5.c