Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 1996 22:59:54 -0800 (PST)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet in.c
Message-ID:  <199604070659.WAA19952@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      96/04/06 22:59:53

  Modified:    sys/netinet  in.c
  Log:
  Added proper splnet protection while modifying the interface address list.
  This fixes a panic that occurs when ifconfig ioctl(s) were interrupted
  by IP traffic at the wrong time - resulting in a NULL pointer dereference.
  This was originally noticed on a FreeBSD 1.0 system, but the problem still
  exists in current sources.
  
  Revision  Changes    Path
  1.24      +17 -2     src/sys/netinet/in.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604070659.WAA19952>