Home
last modified time | relevance | path

Searched refs:newurl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27774-2.patch27 uc = curl_url_get(data->state.uh, CURLUPART_URL, &newurl, 0);
45 + free(newurl);
61 + free(newurl);
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py300 def redirect_request(self, req, fp, code, msg, headers, newurl): argument
301 …eq = urllib.request.HTTPRedirectHandler.redirect_request(self, req, fp, code, msg, headers, newurl)