summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-08-16 16:45:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-08-16 16:45:51 +0000
commit5a4f76d66107ee59c55163ed33682fe596d12c84 (patch)
treeab3087b0dd8aaf6e2a7ac92c82086c6a400c7540
parent80ba5af710f130e947db8bb5fb9e1f1971fe8e93 (diff)
downloadgst-plugins-bad-5a4f76d66107ee59c55163ed33682fe596d12c84.tar.gz
gst-plugins-bad-5a4f76d66107ee59c55163ed33682fe596d12c84.tar.bz2
gst-plugins-bad-5a4f76d66107ee59c55163ed33682fe596d12c84.zip
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.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef741566..e226005c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-08-16 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* ext/theora/theoraenc.c: (gst_border_mode_get_type),
(gst_theora_enc_class_init), (theora_enc_sink_link),
(theora_buffer_from_packet), (theora_enc_chain):