cvs commit: src/sys/netinet ip_encap.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jan 31 21:34:51 PST 2005


dillon      2005/01/31 21:34:33 PST

DragonFly src repository

  Modified files:
    sys/netinet          ip_encap.c 
  Log:
  encap_getarg() was not properly loading the pointer argument associated
  with the m_tag, returning garbage which would then panic the box.  The
  code path is primarily used by the GIF interface.
  
  Crash-Reported-by: Peter Avalos <pavalos at xxxxxxxxxxxx>
  Reviewed-by: Jeffrey Hsu
  
  Revision  Changes    Path
  1.11      +1 -1      src/sys/netinet/ip_encap.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_encap.c.diff?r1=1.10&r2=1.11&f=u





More information about the Commits mailing list