GNOME Bugzilla – Bug 319184
rtspsrc: invalid read in sdp_message_parse_buffer ()
Last modified: 2005-11-22 20:30:48 UTC
Valgrind shows me an invalid read in sdp_message_parse_buffer (). Padding the buffer with '\0' fixes the problem. It also makes sense to do it in case of an invalid answer or a truncated buffer.
Created attachment 53623 [details] [review] Proposed fix Adds a '\0' at the end of the SDP buffer.
applied to HEAD