From owner-cvs-all@FreeBSD.ORG Sat May 19 05:09:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4356316A402; Sat, 19 May 2007 05:09:10 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9BC13C45B; Sat, 19 May 2007 05:09:10 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4J5991q002214; Sat, 19 May 2007 05:09:09 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4J599KP002207; Sat, 19 May 2007 05:09:09 GMT (envelope-from cperciva) Message-Id: <200705190509.l4J599KP002207@repoman.freebsd.org> From: Colin Percival Date: Sat, 19 May 2007 05:09:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write_set_format_shar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 05:09:10 -0000 cperciva 2007-05-19 05:09:09 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_shar.c Log: Don't forget to free a string allocated by strdup where necessary. Found by: Coverity Prevent Coverity ID: CID 3132 Revision Changes Path 1.17 +9 -2 src/lib/libarchive/archive_write_set_format_shar.c