Initialize zero before using it in unwrap_des().
commit3c725a465e94e1de7a1cb220d3c4e596aebcd60f
authorghudson@MIT.EDU <ghudson@MIT.EDU>
Tue, 14 Jun 2011 01:11:31 +0000 (13 21:11 -0400)
committerLove Hörnquist Åstrand <lha@h5l.org>
Tue, 14 Jun 2011 04:18:07 +0000 (13 21:18 -0700)
treec681b1454760a2edbe8cd12d4acb0f521dd2ed91
parent9c040227a5559cec5ebb5ee2b28e33521b6a3eb5
Initialize zero before using it in unwrap_des().

Heimdal since fc702a97f521594cf5b835db7cdcc196c730715e (August 2009)
can't process DES wrap tokens unless the stack garbage in the zero
array happens to be all zeros.

Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
lib/gssapi/krb5/unwrap.c