Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.6:Update
lynx
lynx-proxy-empty-string.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lynx-proxy-empty-string.patch of Package lynx
Index: lynx2.8.9rel.1/WWW/Library/Implementation/HTAccess.c =================================================================== --- lynx2.8.9rel.1/WWW/Library/Implementation/HTAccess.c 2014-02-22 20:28:32.000000000 +0000 +++ lynx2.8.9rel.1/WWW/Library/Implementation/HTAccess.c 2014-02-22 20:28:45.000000000 +0000 @@ -513,6 +513,9 @@ static int get_physical(const char *addr else sprintf(gateway_parameter, "%s_proxy", acc_method); proxy = LYGetEnv(gateway_parameter); + if (proxy) + if (*proxy == '\0') + proxy = NULL; FREE(gateway_parameter); if (gateway)
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