cvs commit: src/sys/netinet tcp_sack.c
Mohan Srinivasan
mohan_srinivasan at yahoo.com
Thu Jun 9 18:38:56 GMT 2005
Merge snafu on my part.
Fix committed now.
mohan
--- Andrey Chernov <ache at nagual.pp.ru> wrote:
> On Thu, Jun 09, 2005 at 02:01:04PM +0000, Paul Saab wrote:
> > Modified files:
> > sys/netinet tcp_sack.c
> > Log:
> > Fix for a crash in tcp_sack_option() caused by hitting the limit on
> > the number of sack holes.
>
> Some cut&paste mistake obviously happens. I see now _two_ identical
> tcp_sackhole_insert() in tcp_sack.c v1.23:
>
> temp = tcp_sackhole_insert(tp, tp->snd_fack,sblkp->start,NULL);
> if (temp == NULL)
> return 0;
> tcp_sackhole_insert(tp, tp->snd_fack, sblkp->start, NULL);
>
> --
> http://ache.pp.ru/
>
More information about the cvs-src
mailing list