gortr/lib
Mathilde Gilles d6cb793104 Fix: unbounded alloc and slice out of bounds crashes
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.
2020-07-22 00:56:58 +02:00
..
client.go Serial control 2020-03-29 18:07:59 -07:00
server_test.go Optimization of diff (see #32) using maps instead of N*N operation 2019-10-20 23:22:30 -07:00
server.go Fix spelling 2020-07-02 17:36:26 +10:00
structs.go Fix: unbounded alloc and slice out of bounds crashes 2020-07-22 00:56:58 +02:00