GNOME Bugzilla – Bug 788246
rtpvorbisdepay: unbounded memory usage
Last modified: 2018-11-03 15:22:19 UTC
Created attachment 360539 [details] [review] Proposed patch to fix the issue In rtpvorbisdepay all received configurations are parsed and added to a list, this lead to an unbounded memory usage. As the configuration is resent every second this quickly lead to a large memory usage. Attached is a patch that fix this issue.
Comment on attachment 360539 [details] [review] Proposed patch to fix the issue Thanks! As Vorbis only has up to 3 (3? The first header, the huffman tables and the tags IIRC?) headers, it would make sense to limit this even more to also handle the malicious sender case
And IIRC the headers always must come in that order
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/405.