Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
kbuild
kbuild-wrong-memset.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kbuild-wrong-memset.patch of Package kbuild
Index: kbuild-0.1.9998svn2543/src/lib/md5.c =================================================================== --- kbuild-0.1.9998svn2543.orig/src/lib/md5.c +++ kbuild-0.1.9998svn2543/src/lib/md5.c @@ -144,7 +144,7 @@ void MD5Final(unsigned char digest[16], MD5Transform(ctx->buf, (uint32 *) ctx->in); byteReverse((unsigned char *) ctx->buf, 4); memcpy(digest, ctx->buf, 16); - memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ + memset(ctx, 0, sizeof(struct MD5Context)); /* In case it's sensitive */ }
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