cvs commit: src/sys/netgraph ng_socket.c

Bjoern A. Zeeb bz at FreeBSD.org
Sat May 28 06:15:45 PDT 2005


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


More information about the cvs-src mailing list