bird/proto/bfd
Pavel Tvrdik 0f5054f685 BFD: Fix invalid read from pollfd array
It is possible that sockets_add() are called between sockets_prepare()
and sockets_fire() during poll loop in birdloop_main(), so we need to
use loop->poll_fd.used instead of loop->sock_num to find the last field.
2016-09-15 16:18:32 +02:00
..
bfd.c Birdlib: Do cleanups after remove/free 2016-03-23 02:21:42 +01:00
bfd.h Changes identifiers to avoid use of reserved ones. 2013-11-22 21:59:43 +01:00
config.Y Store protocol config size inside protocol structure 2015-02-21 21:08:23 +01:00
Doc Initial BFD commit, work in progress. 2013-09-10 12:09:36 +02:00
io.c BFD: Fix invalid read from pollfd array 2016-09-15 16:18:32 +02:00
io.h Changes identifiers to avoid use of reserved ones. 2013-11-22 21:59:43 +01:00
Makefile BFD work in progress. 2013-09-16 23:57:40 +02:00
packets.c BFD: Fixes crash after socket error 2015-07-19 11:39:24 +02:00