<div class="gmail_quote">Hello all,<br><br>   getResponse1() can overflow by one byte when called from setupMediaSubsession().<br>   The reason is that the &#39;responseBufferSize&#39; does not include the ending &#39;\0&#39; (see responseBuffer[bytesRead] = &#39;\0&#39; 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>