Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
openssl-1_0_0.17570
openssl-randfile_fread_interrupt.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssl-randfile_fread_interrupt.patch of Package openssl-1_0_0.17570
Index: openssl-1.0.2j/crypto/rand/randfile.c =================================================================== --- openssl-1.0.2j.orig/crypto/rand/randfile.c 2016-09-27 13:52:29.265425064 +0200 +++ openssl-1.0.2j/crypto/rand/randfile.c 2016-09-27 13:53:34.162468100 +0200 @@ -205,6 +205,11 @@ int RAND_load_file(const char *file, lon else n = BUFSIZE; i = fread(buf, 1, n, in); + if (i <= 0 && ferror(in) && errno == EINTR) { + clearerr(in); + continue; + } + if (i <= 0) break; #ifdef PURIFY
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