]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
**** MFC r179180
authorrrs <rrs@FreeBSD.org>
Wed, 27 Aug 2008 12:19:16 +0000 (12:19 +0000)
committerrrs <rrs@FreeBSD.org>
Wed, 27 Aug 2008 12:19:16 +0000 (12:19 +0000)
commitba1445c88d3b077c1e63d335028e474b15fc9e96
tree5a29be6d73fb24120363b27d8209d0ba5081c304
parente61174aba2d2e207015bebc9a815b52b5361b287
**** MFC r179180
- sctputil.c - If debug is on, the INPKILL timer can deref a freed value.
               Change so that we save off a type field for display and
               NULL inp just for good measure.

- sctp_output.c - Fix it so in sending to the loopback we use the
                  src address of the inbound INIT. We don't want
                  to do this for non local addresses since otherwise
                  we might be ingressed filtered so we need to use
                  the best src address and list the address sent to.

Obtained from: time bug - Neil Wilson
sys/netinet/sctp_output.c
sys/netinet/sctputil.c