]> git.pld-linux.org Git - packages/curl.git/blob - curl-ac.patch
up to 8.7.1 (fixes CVE-2024-2004 CVE-2024-2379 CVE-2024-2398 CVE-2024-2466)
[packages/curl.git] / curl-ac.patch
1 --- curl-8.6.0/configure.ac.orig        2024-02-01 00:31:28.101062850 +0100
2 +++ curl-8.6.0/configure.ac     2024-02-01 00:53:46.029103873 +0100
3 @@ -1660,7 +1660,8 @@
4  {
5   struct sockaddr_in6 s;
6   (void)s;
7 - return socket(AF_INET6, SOCK_STREAM, 0) < 0;
8 + socket(AF_INET6, SOCK_STREAM, 0);
9 + return 0;
10  }
11  ]])
12  ],
This page took 0.035873 seconds and 4 git commands to generate.