curl/lib/vquic
Daniel Stenberg 6b552e60a9
quiche: use PRIu64 for outputting the stream id
The 'id' struct field in 'struct h3_stream_ctx' is a uint64_t type so
should be output with PRIu64 - and it makes sense to be consistent.

Note that the field with the same name in the ngtcp2 version of this
struct is a *signed* 64-bit variable.

Reported by Codex Security

Closes #20849
2026-03-07 23:47:56 +01:00
..
curl_ngtcp2.c stop using the word 'just' 2026-03-03 15:30:22 +01:00
curl_ngtcp2.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
curl_quiche.c quiche: use PRIu64 for outputting the stream id 2026-03-07 23:47:56 +01:00
curl_quiche.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vquic-tls.c lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vquic-tls.h stop using the word 'just' 2026-03-03 15:30:22 +01:00
vquic.c stop using the word 'just' 2026-03-03 15:30:22 +01:00
vquic.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vquic_int.h clang-tidy: add more missing parentheses in macro values 2026-02-25 15:43:23 +01:00