Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
libmcrypt
libmcrypt-2.5.8-uninitialized.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libmcrypt-2.5.8-uninitialized.diff of Package libmcrypt
--- modules/algorithms/twofish.c +++ modules/algorithms/twofish.c @@ -499,7 +499,7 @@ /* encrypt a block of text */ WIN32DLL_DEFINE void _mcrypt_encrypt(TWI * pkey, word32 * in_blk) { - word32 t0, t1, blk[4]; + word32 t0 = 0, t1 = 0, blk[4]; #ifdef WORDS_BIGENDIAN blk[0] = byteswap32(in_blk[0]) ^ pkey->l_key[0]; blk[1] = byteswap32(in_blk[1]) ^ pkey->l_key[1];
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor