Files
livekit/pkg
Benjamin Pracht 2c9eee4c54 Guard against nil TC qdisc stats to prevent SIGSEGV (#4668)
Newer kernels report qdisc stats via TCA_STATS2 (Stats2) while older
kernels only populate the legacy TCA_STATS attribute (Stats). Whichever
is unused is left nil, so unconditionally dereferencing Stats crashed
with a SIGSEGV during telemetry init. Prefer Stats2 and fall back to
Stats, skipping when both are nil.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-13 14:30:44 +02:00
..
2026-06-29 10:44:08 -07:00
2025-11-28 21:51:53 +05:30
2026-04-23 15:41:55 +05:30