Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2006 19:56:10 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_output.c
Message-ID:  <200609111956.k8BJuAKP090159@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2006-09-11 19:56:10 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_output.c 
  Log:
  Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for the
  validity of ro->ro_rt first.  This prevents crashing on any non-normally
  routed IP packet.
  
  Coverity CID:   162 (incorrectly, it was re-introduced by previous commit)
  
  Revision  Changes    Path
  1.263     +1 -1      src/sys/netinet/ip_output.c



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