GNOME Bugzilla – Bug 379792
Remove memcpy in multipartmux and fix RFC compliance
Last modified: 2006-11-27 16:30:30 UTC
* push header in a separate buffer instead of memcpy:ing all data * change LF => CRLF in headers * move trailing LF to header
Created attachment 77214 [details] [review] First attempt patch Includes fixes for all three bullets in report
*** Bug 377521 has been marked as a duplicate of this bug. ***
*** Bug 377523 has been marked as a duplicate of this bug. ***
Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com> * gst/multipart/multipartmux.c: (gst_multipart_mux_collected): Push header in a separate buffer instead of memcpy:ing all data. Change LF => CRLF in headers. Move trailing LF to header. Fixes #379792.