Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
libgcrypt.13597
libgcrypt-fixed-sizet.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgcrypt-fixed-sizet.patch of Package libgcrypt.13597
Index: libgcrypt-1.6.1/random/rndlinux.c =================================================================== --- libgcrypt-1.6.1.orig/random/rndlinux.c +++ libgcrypt-1.6.1/random/rndlinux.c @@ -261,7 +261,7 @@ _gcry_rndlinux_gather_random (void (*add do { - int nbytes = length < sizeof(buffer)? length : sizeof(buffer); + size_t nbytes = length < sizeof(buffer)? length : sizeof(buffer); n = read(fd, buffer, nbytes ); if( n >= 0 && n > nbytes ) {
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