<div class="gmail_quote">Hello all,<br><br> getResponse1() can overflow by one byte when called from setupMediaSubsession().<br> The reason is that the 'responseBufferSize' does not include the ending '\0' (see responseBuffer[bytesRead] = '\0' in RTSPClient.cpp around line 2195)<br>
<br> The attached patch allocates one byte more, like fResponseBuffer does, so that it is safe to call getResponse1().<br><br>Best Regards,<br><br>-- <br><font color="#888888">Martin<br>
</font></div><br>