qcc/internal
Niko Marmeladkov 53e877393d
Fix panic in marshalIdentity: dynamic number buffer instead of hardcoded 8
Number format is +0XXXYYYZZZ (11 chars), plus 2-byte length prefix = 13 bytes.
Buffer was hardcoded to 8 bytes, causing slice bounds panic at runtime.
2026-06-30 13:51:38 +03:00
..
auth Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
ca Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
call Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
config Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
congestion Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
crypto Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
identity Fix panic in marshalIdentity: dynamic number buffer instead of hardcoded 8 2026-06-30 13:51:38 +03:00
protocol Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
server Fix PoW auth bypass: verify against issued challenge, not new one 2026-06-30 13:47:17 +03:00
store Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
transport Fix missing ALPN NextProtos for QUIC handshake 2026-06-30 13:43:54 +03:00