[streaming] Bug in miniSAPServer source code

John Anderson john at gocoretec.com
Thu Aug 14 19:56:45 CEST 2003


file: message.cpp
function: Message::BuildHeader

The line...

mh_size += strlen(payload_type+1);

should be

mh_size += strlen(payload_type)+1;


Since I don't do Linux development yet, I am not in a position to fix
anything in the code.  But I just wanted to point this out.

John

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the streaming mailing list