mirror of
https://github.com/curl/curl.git
synced 2026-06-05 09:34:16 +03:00
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 |
||
|---|---|---|
| .. | ||
| curl_ngtcp2.c | ||
| curl_ngtcp2.h | ||
| curl_quiche.c | ||
| curl_quiche.h | ||
| vquic-tls.c | ||
| vquic-tls.h | ||
| vquic.c | ||
| vquic.h | ||
| vquic_int.h | ||