Author: wmb Date: 2007-08-15 05:02:27 +0200 (Wed, 15 Aug 2007) New Revision: 537
Modified: ofw/inetv6/tcpv6.fth Log: IPv6 stack - fixed a heap corruption bug that results from trying to checksum an IPv4 packet using IPv6 rules. This isn't the ultimate fix, but it helps.
Modified: ofw/inetv6/tcpv6.fth =================================================================== --- ofw/inetv6/tcpv6.fth 2007-08-15 02:28:29 UTC (rev 536) +++ ofw/inetv6/tcpv6.fth 2007-08-15 03:02:27 UTC (rev 537) @@ -2497,8 +2497,7 @@ flush-writes flush-writesv6 alive? if tcp_outputv6 then - drain - drainv6 + use-ipv6? if drainv6 else drain then alive? if tcp_close then ;