From 70d80ccede0cdb5833063e66e163c1564e66829d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 16 Aug 2004 16:45:51 +0000 Subject: [PATCH] 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef74156689..e226005ccb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-08-16 Wim Taymans + + * 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): + 2004-08-16 Wim Taymans * ext/theora/theoraenc.c: (gst_border_mode_get_type),