Boost C++ Libraries: Ticket #7790: Length check for destination buffer https://svn.boost.org/trac10/ticket/7790 <p> In file boost/asio/detail/impl/socket_ops.ipp </p> <p> In case of IPV6, length of dest is not verified while doing strcat at line no:1883 This is required to validate argument length passed by user. </p> <p> Attached patch is proposed fix for this. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7790 Trac 1.4.3 Gaurav Gupta <g.gupta@…> Thu, 13 Dec 2012 09:54:02 GMT attachment set https://svn.boost.org/trac10/ticket/7790 https://svn.boost.org/trac10/ticket/7790 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">socket_ops.ipp_patch</span> </li> </ul> <p> Fix for length validation. </p> Ticket