Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 15:08:47 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_output.c
Message-ID:  <200207122208.g6CM8luA016640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2002/07/12 15:08:47 PDT

  Modified files:
    sys/netinet          ip_output.c 
  Log:
  Avoid dereferencing a null pointer in ro_rt.
  
  This was always broken in HEAD (the offending statement was introduced
  in rev. 1.123 for HEAD, while RELENG_4 included this fix (in rev.
  1.99.2.12 for RELENG_4) and I inadvertently deleted it in 1.99.2.30.
  
  So I am also restoring these two lines in RELENG_4 now.
  We might need another few things from 1.99.2.30.
  
  Revision  Changes    Path
  1.162     +3 -2      src/sys/netinet/ip_output.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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