Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
gnutls.32646
gnutls-check-system_priority_buf-input.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnutls-check-system_priority_buf-input.patch of Package gnutls.32646
Index: gnutls-3.6.7/lib/priority.c =================================================================== --- gnutls-3.6.7.orig/lib/priority.c +++ gnutls-3.6.7/lib/priority.c @@ -1108,7 +1110,8 @@ size_t n, n2 = 0, line_size; * all applications */ _gnutls_update_system_priorities(); - fp = fmemopen(system_priority_buf, system_priority_buf_size, "r"); + if (system_priority_buf) + fp = fmemopen(system_priority_buf, system_priority_buf_size, "r"); #else fp = fopen(system_priority_file, "r"); #endif
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