sdp: prevent the sdp message parser from reading past the end of the buffer
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Fri, 29 May 2015 11:15:59 +0000 (13:15 +0200)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Fri, 29 May 2015 13:05:31 +0000 (15:05 +0200)
commit6ab46d8f0a409cebfa6ca07f89c351501cec9673
treed5fbdd5bd3e2d7bf7bd3b191b73bdc1ba212daf9
parenta998d380bd817ccd28f764ba57e4903c9b1efee4
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
gst-libs/gst/sdp/gstsdpmessage.c