GNOME Bugzilla – Bug 750096
sdp: prevent the sdp message parser from reading past the end of the buffer
Last modified: 2015-05-29 13:42:34 UTC
Created attachment 304237 [details] [review] patch gst_sdp_message_parse_buffer() currently has a size argument but it doesn't use it, making it possible for a malformed SDP message to cause a crash or even maliciously gather data located out of the allocated buffer for the SDP message.
commit 6ab46d8f0a409cebfa6ca07f89c351501cec9673 Author: George Kiagiadakis <george.kiagiadakis@collabora.com> Date: Fri May 29 13:15:59 2015 +0200 sdp: prevent the sdp message parser from reading past the end of the buffer Otherwise, a malformed SDP message could crash the application, or even maliciously gather data from the memory located after this buffer... https://bugzilla.gnome.org/show_bug.cgi?id=750096