cvs commit: src/sys/netgraph ng_parse.c

Gleb Smirnoff glebius at FreeBSD.org
Tue Mar 1 11:31:07 GMT 2005


glebius     2005-03-01 11:31:06 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_parse.c 
  Log:
  Replace NG_PARSE_APPEND() macro with ng_parse_append() function. Check
  its return value and free resources if function returns error. Plug
  several memory leaks with this change.
  
  Submitted by:   archie
  Found by:       Coverity Prevent analysis tool
  
  Revision  Changes    Path
  1.25      +70 -27    src/sys/netgraph/ng_parse.c


More information about the cvs-src mailing list