Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
curl.27750
curl-disabled-redirect-protocol-message.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File curl-disabled-redirect-protocol-message.patch of Package curl.27750
Index: curl-7.63.0/lib/url.c =================================================================== --- curl-7.63.0.orig/lib/url.c +++ curl-7.63.0/lib/url.c @@ -1976,9 +1976,13 @@ static CURLcode findprotocol(struct Curl /* it is allowed for "normal" request, now do an extra check if this is the result of a redirect */ if(data->state.this_is_a_follow && - !(data->set.redir_protocols & p->protocol)) + !(data->set.redir_protocols & p->protocol)) { /* nope, get out */ - ; + failf(data, "Redirect to protocol \"%s\" not supported or disabled in " + LIBCURL_NAME, protostr); + + return CURLE_UNSUPPORTED_PROTOCOL; + } else { /* Perform setup complement if some. */ conn->handler = conn->given = p;
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