curl/lib/vquic
Daniel Stenberg 3f041a3852
vquic: fix 4th function call argument is an uninitialized value
As recvmmsg_packets() could fail early and goto out before 'pkts' were
assigned.

Caught by clang-tidy

Closes #15808
2024-12-23 08:28:27 +01:00
..
.checksrc lib: enable strerror and strncpy checksrc warnings in subdirs 2024-09-09 16:51:21 +02:00
curl_msh3.c cf-socket: error if address can't be copied 2024-12-22 03:12:35 -05:00
curl_msh3.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
curl_ngtcp2.c lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
curl_ngtcp2.h ngtcp2: adjust config and code checks for ngtcp2 without nghttp3 2023-03-23 15:39:13 +01:00
curl_osslq.c lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
curl_osslq.h http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
curl_quiche.c lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
curl_quiche.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
vquic_int.h lib: merge ENABLE_QUIC C macro into USE_HTTP3 2024-04-13 08:33:27 +00:00
vquic-tls.c lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
vquic-tls.h lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
vquic.c vquic: fix 4th function call argument is an uninitialized value 2024-12-23 08:28:27 +01:00
vquic.h lib: merge ENABLE_QUIC C macro into USE_HTTP3 2024-04-13 08:33:27 +00:00