0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-05 07:40:01 +00:00
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
..
2016-03-23 02:21:42 +01:00
Doc
2013-09-10 12:09:36 +02:00
2016-09-15 16:18:32 +02:00
2013-09-16 23:57:40 +02:00
2015-07-19 11:39:24 +02:00