cvs commit: src/sys/netinet6 ip6_output.c

Robert Watson rwatson at FreeBSD.org
Tue Feb 14 13:39:54 PST 2006


rwatson     2006-02-14 21:38:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet6         ip6_output.c 
  Log:
  Merge ip6_output.c:1.101 from HEAD to RELENG_6:
  
    When storing the results of malloc() in a pointer to a pointer, check
    the pointer to a pointer for NULL, not the pointer for NULL.
  
    Noticed by:     Coverity Prevent analysis tool
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.90.2.10  +1 -1      src/sys/netinet6/ip6_output.c


More information about the cvs-all mailing list