gst/tcp/gstfdset.c: Make sure the pollfds are not changed when the poll call is runni...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 16 Aug 2004 16:45:52 +0000 (16:45 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 16 Aug 2004 16:45:52 +0000 (16:45 +0000)
commitaaeaa1efec10aeaa4a6842269d27f86182d0874d
tree8a861ce604fe2bd1bd6a9566ead9927e862626b1
parent6141dbe95ffcdce7efc25900c96c96fb8e0cb09c
gst/tcp/gstfdset.c: Make sure the pollfds are not changed when the poll call is running. Protect against array out of...

Original commit message from CVS:
* gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
(gst_fdset_add_fd), (gst_fdset_remove_fd),
(gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
(gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
(gst_fdset_wait):
Make sure the pollfds are not changed when the poll call is
running. Protect against array out of bounds.
ChangeLog
gst/tcp/gstfdset.c