Date: Mon, 9 Jun 2008 14:03:55 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar util.c Message-ID: <200806091404.m59E4BfQ062819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806091404.m59E4BfQ062819>