mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
d6cb793104
In rtrlib.Decode(): * Now check the message length is not greater than a hardcoded limit (2048) to prevent unbounded memory allocations * Fix a few unchecked slice accesses that could result in crashes with the right payload in the PDU_ID_ERROR_REPORT case.