From owner-freebsd-hackers@freebsd.org Mon Oct 5 16:10:20 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E895D9B5BCB for ; Mon, 5 Oct 2015 16:10:20 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA94210A for ; Mon, 5 Oct 2015 16:10:20 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by obbbh8 with SMTP id bh8so132294983obb.0 for ; Mon, 05 Oct 2015 09:10:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=AB9jZIgFkab9NE47X5Dqx/LZot8tReqQ2hbjAq739WE=; b=qCaS+EW80IaFP9HtsMPbzMLQxB74mZD6WtqzEu2ZK8WwjO6lYP+ihXoBb3ZrgRO87w XdOtMUvCmLz6s5Bgej24ta5MW8gKcQambYApEQ55ReR74BWEyTlHGaXR4OBM5eBCMa4I TjjOOOddsBmr0FxY1fuJUNTit+t+/4yqC/UZAi8mpgXukRjPKMq9QBY+hY0uhuNdLxP1 /dnlSJgnYdP0mSUkbP5AsDMKQlVvdAdI44awgkbUjbvYrbyGx0Cl+q/J3BIzvau7PmV4 ZzCu8K2/h52AM8IsDR/PvVyb47DvcgLwnxHKFw/2VgQlvmXsrdKp9fHAeoTaVwwQ5+ac nTSg== MIME-Version: 1.0 X-Received: by 10.60.79.193 with SMTP id l1mr16980211oex.60.1444061420119; Mon, 05 Oct 2015 09:10:20 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.202.71.6 with HTTP; Mon, 5 Oct 2015 09:10:20 -0700 (PDT) In-Reply-To: <17754582315773747312@scdbackup.webframe.org> References: <3FEED4EA-25B2-4F6A-AEA1-4390B8BC4F2D@gmail.com> <17754582315773747312@scdbackup.webframe.org> Date: Mon, 5 Oct 2015 10:10:20 -0600 X-Google-Sender-Auth: 3cLRDlqIN3apTLVhcs8wv3f0S_c Message-ID: Subject: Re: Which program produces FreeBSD-11.0-CURRENT-amd64-*-disc1.iso ? From: Alan Somers To: Thomas Schmitt Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 16:10:21 -0000 Our Coverity checker found 34 potential defects in the head/usr.sbin/makefs directory. Sadly, I can't find any way to export that information. Would it be possible to get Thomas an account? FYI, Thomas, the FreeBSD project has had a free Coverity account for a few years now. It does a good job of notifying us of new bugs, and some files have been cleaned up. But since more than 18,000 potential defects have been found and most of them are false positives, there is still a huge backlog of untriaged defects. -Alan On Sat, Oct 3, 2015 at 3:16 PM, Thomas Schmitt wrote: > Hi, > > Garrett Cooper wrote: >> ISOs are created by makefs in the base system: >> https://svnweb.freebsd.org/base/head/release/amd64/mkisoimages.sh?view=log > > I assume that the source is at > https://svnweb.freebsd.org/base/head/usr.sbin/makefs/ > > There i can see the reason for problem #1 (unitialized malloc > memory in date field) and that my assessment of problem #3 > was wrong (two bugs, one partly correcting the other). > > Thanks for the pointer. > > > Have a nice day :) > > Thomas > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"