Sergey a21f318992
urlapi: fix heap buffer overflow
`u->path = Curl_memdup(path, pathlen + 1);` accesses bytes after the null-terminator.

```
==2676==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x04d48c75 at pc 0x0112708a bp 0x006fb7e0 sp 0x006fb3c4
READ of size 78 at 0x04d48c75 thread T0
    #0 0x1127089 in __asan_wrap_memcpy D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\sanitizer_common\sanitizer_common_interceptors.inc:840
    #1 0x1891a0e in Curl_memdup C:\actions-runner\_work\client\client\third_party\curl\lib\strdup.c:97
    #2 0x18db4b0 in parseurl C:\actions-runner\_work\client\client\third_party\curl\lib\urlapi.c:1297
    #3 0x18db819 in parseurl_and_replace C:\actions-runner\_work\client\client\third_party\curl\lib\urlapi.c:1342
    #4 0x18d6e39 in curl_url_set C:\actions-runner\_work\client\client\third_party\curl\lib\urlapi.c:1790
    #5 0x1877d3e in parseurlandfillconn C:\actions-runner\_work\client\client\third_party\curl\lib\url.c:1768
    #6 0x1871acf in create_conn C:\actions-runner\_work\client\client\third_party\curl\lib\url.c:3403
    #7 0x186d8dc in Curl_connect C:\actions-runner\_work\client\client\third_party\curl\lib\url.c:3888
    #8 0x1856b78 in multi_runsingle C:\actions-runner\_work\client\client\third_party\curl\lib\multi.c:1982
    #9 0x18531e3 in curl_multi_perform C:\actions-runner\_work\client\client\third_party\curl\lib\multi.c:2756
```

Closes #11560
2023-08-01 07:59:07 +02:00
..
2023-06-17 01:38:04 -04:00
2021-09-09 07:53:42 +02:00
2023-06-07 13:06:08 +00:00
2023-07-20 23:41:47 +02:00
2023-07-31 11:51:34 +02:00
2023-06-20 09:09:25 +02:00
2023-07-08 23:01:24 +02:00
2023-06-07 13:06:08 +00:00
2023-05-23 10:42:09 +02:00
2023-07-31 11:51:34 +02:00
2023-05-18 20:45:04 +02:00
2023-05-18 20:45:04 +02:00
2023-04-25 23:16:51 +02:00
2023-04-25 12:38:38 +02:00
2023-07-11 19:43:51 +02:00
2023-06-07 13:06:08 +00:00
2023-04-14 09:26:26 +02:00
2023-06-07 13:06:08 +00:00
2023-07-17 20:10:38 +02:00
2023-06-07 13:06:08 +00:00
2023-07-29 23:42:53 +02:00
2023-07-29 23:42:53 +02:00
2023-06-07 13:06:08 +00:00
2023-06-17 01:38:04 -04:00
2023-06-17 01:38:04 -04:00
2023-06-07 13:06:08 +00:00
2023-04-25 17:40:15 +02:00
2023-04-25 12:38:38 +02:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-04-25 12:38:38 +02:00
2023-08-01 07:59:07 +02:00
2023-04-25 23:16:51 +02:00