Hello all,
getResponse1() can overflow by one byte when called from
setupMediaSubsession().
The reason is that the 'responseBufferSize' does not include the ending
'\0' (see responseBuffer[bytesRead] = '\0' in RTSPClient.cpp around line
2195)
The attached patch allocates one byte more, l
Hello All,
I have a server here that sends me SET_PARAMETER requests while the
client is waiting for a DESCRIBE response. The RFC states in appendix
D.1 that "A client implementation MUST be able to do the following : *
Expect and respond to asynchronous requests from the server". And also
that