mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-01 03:44:26 +00:00
* Fix rare failure caused when end pointer is at end of buffer memory and a call to ringbuf_get() is made that reads all of the data in the buffer; start pointer was advanced past end pointer, causing some special handling to be skipped * Fix ringbuf_peek() moving start pointer * Fix use after free * Remove extraneous assignment * Update relevant tests Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| test_buffer.c | ||
| test_checksum.c | ||
| test_heavy_thread.c | ||
| test_heavy_wq.c | ||
| test_heavy.c | ||
| test_memory.c | ||
| test_nexthop_iter.c | ||
| test_nexthop_iter.py | ||
| test_privs.c | ||
| test_ringbuf.c | ||
| test_ringbuf.py | ||
| test_segv.c | ||
| test_sig.c | ||
| test_srcdest_table.c | ||
| test_srcdest_table.py | ||
| test_stream.c | ||
| test_stream.py | ||
| test_stream.refout | ||
| test_table.c | ||
| test_table.py | ||
| test_timer_correctness.c | ||
| test_timer_correctness.py | ||
| test_timer_performance.c | ||
| test_ttable.c | ||
| test_ttable.py | ||
| test_ttable.refout | ||
| test_zmq.c | ||
| test_zmq.py | ||
| test_zmq.refout | ||