(DES_cbc_cksum): init u to make sure it have a value in case of the
empty in data git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15270 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -559,7 +559,7 @@ DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
|
|||||||
long length, DES_key_schedule *ks, DES_cblock *iv)
|
long length, DES_key_schedule *ks, DES_cblock *iv)
|
||||||
{
|
{
|
||||||
uint32_t uiv[2];
|
uint32_t uiv[2];
|
||||||
uint32_t u[2];
|
uint32_t u[2] = { 0, 0 };
|
||||||
|
|
||||||
load(*iv, uiv);
|
load(*iv, uiv);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user