mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-27 20:02:17 -04:00
Although qpack_idx_to_name and qpack_idx_to_value are currently only called within uncompiled debug code, they contained an index bug. They passed absolute indexes directly to qpack_get_dte instead of relative dynamic table indexes. This patch fixes the logic by subtracting QPACK_SHT_SIZE and guarding against static table index lookups. Should be easily backported to all versions. |
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||
| make | ||