]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When moving an stcb to a new inp and we copy over the list of
authortuexen <tuexen@FreeBSD.org>
Mon, 10 Oct 2011 12:28:47 +0000 (12:28 +0000)
committertuexen <tuexen@FreeBSD.org>
Mon, 10 Oct 2011 12:28:47 +0000 (12:28 +0000)
commit43477149d38b14bb3538f7f104945c8a8f92b6c4
tree8f323400bd8a65d47c2f1beb02154bd25802a674
parent3767cab953b1940acdabb4975eef32ac2485aae0
When moving an stcb to a new inp and we copy over the list of
bound addresses, update the last used address pointer.
If not, it might result in a crash if the old inp goes away.

MFC after: 3 days.
sys/netinet/sctp_pcb.c