cvs commit: src/sys/netatm atm_if.c

Robert Watson rwatson at FreeBSD.org
Tue Apr 3 12:45:11 UTC 2007


rwatson     2007-04-03 12:45:10 UTC

  FreeBSD src repository

  Modified files:
    sys/netatm           atm_if.c 
  Log:
  Fix use after free bug: use temporary variable to hold next entry in linked
  list while freeing current entry, rather than using the free'd entry's next
  pointer.
  
  Found with:     Coverity Prevent(tm)
  CID:            1333
  
  Revision  Changes    Path
  1.33      +3 -2      src/sys/netatm/atm_if.c


More information about the cvs-src mailing list