Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2005 13:15:44 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_socket.c
Message-ID:  <200505281315.j4SDFiHh095532@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2005-05-28 13:15:44 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_socket.c 
  Log:
  Fix use of uninitialized variable len in ngd_send.
  
  Note: len gets intialized to 0 for sap == NULL case only to
  make compiler on amd64 happy. This has nothing todo with the
  former uninitialized use of len in sap != NULL case.
  
  Reviewed by:    glebius
  Approved by:    pjd (mentor)
  
  Revision  Changes    Path
  1.66      +7 -3      src/sys/netgraph/ng_socket.c



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