1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00
Jeremy Allison 2be3dd1407 lib: tevent: Fix bug in poll backend - poll_event_loop_poll()
If the (pfd->revents & POLLNVAL) case is triggered,
we do DLIST_REMOVE(ev->fd_events, fde); and then
use fde->next in the loop above.

Save off fde->next for loop interation before
this so we can't use a deleted ->next value.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
2015-11-18 12:49:24 +01:00
..
2015-11-05 18:04:23 +01:00
2014-09-18 23:02:38 +02:00
2013-01-18 00:05:37 +01:00
2014-04-02 17:11:37 +02:00
2011-12-07 15:07:48 +01:00
2015-11-05 18:04:23 +01:00