cvs commit: src/sys/netinet tcp_sack.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Feb 3 13:43:31 PST 2008


dillon      2008/02/03 13:40:42 PST

DragonFly src repository

  Modified files:
    sys/netinet          tcp_sack.c 
  Log:
  Make sure scb->lastfound is NULLed out when it matches the entry being
  removed from the scb->sackblocks list.  Fix two places where this was not
  occuring, leading to memory and list corruption.
  
  Reported-by: Peter Avalos <pavalos at theshell.com>
  
  Revision  Changes    Path
  1.7       +5 -1      src/sys/netinet/tcp_sack.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_sack.c.diff?r1=1.6&r2=1.7&f=u





More information about the Commits mailing list