cvs commit: src/usr.bin/tar util.c

Colin Percival cperciva at FreeBSD.org
Mon Jun 9 14:04:11 UTC 2008


cperciva    2008-06-09 14:03:55 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          util.c 
  Log:
  SVN rev 179677 on 2008-06-09 14:03:55Z by cperciva
  
  Rework code to avoid using a pointer after freeing it.  Aside from the
  possibility of memory becoming undereferenceable when it is freed, this
  change should have no effect on bsdtar behaviour.
  
  Found by:       Coverity Prevent
  
  Revision  Changes    Path
  1.20      +4 -2      src/usr.bin/tar/util.c


More information about the cvs-src mailing list