Searched refs:newurl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27774-2.patch | 27 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 D | wget.py | 300 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)
|