]> git.ipfire.org Git - thirdparty/curl.git/commit
url: if curl_url_get() fails due to OOM, error out properly
authorDaniel Stenberg <daniel@haxx.se>
Thu, 4 Dec 2025 18:01:02 +0000 (19:01 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Dec 2025 22:01:01 +0000 (23:01 +0100)
commitf1f76e0ea83921000f228ce49748047e33e1e46d
tree3d0c131703015c5f53e166003f790c287a53a582
parenta1531261b1ed6d0936646794cc169eb6f55bf3ff
url: if curl_url_get() fails due to OOM, error out properly

Even if the scheme is "file"!

Closes #19838
lib/url.c