From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8554 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Results of static analysis with clang static analyser Date: Thu, 24 Sep 2015 02:35:53 -0400 Message-ID: <20150924063553.GH17773@brightrain.aerifal.cx> References: <20150923201131.GF10551@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1443076571 21103 80.91.229.3 (24 Sep 2015 06:36:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Sep 2015 06:36:11 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8566-gllmg-musl=m.gmane.org@lists.openwall.com Thu Sep 24 08:36:10 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Zf08X-0002Eq-3s for gllmg-musl@m.gmane.org; Thu, 24 Sep 2015 08:36:09 +0200 Original-Received: (qmail 5387 invoked by uid 550); 24 Sep 2015 06:36:05 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 5363 invoked from network); 24 Sep 2015 06:36:05 -0000 Content-Disposition: inline In-Reply-To: <20150923201131.GF10551@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:8554 Archived-At: On Wed, Sep 23, 2015 at 10:11:32PM +0200, Szabolcs Nagy wrote: > * Khem Raj [2015-09-22 22:58:55 -0700]: > > I have run scan-build on musl-git and here are results > > > > http://busybox.net/~kraj/scan-build-2015-09-22-224330-15962-1/ > > > > http://busybox.net/~kraj/scan-build-2015-09-22-224330-15962-1/report-321c4e.html#EndPath > > this one is real, status can be REG_ESPACE (meaning oom). > > the rest seem ok or benign. Committed this and the other (__map_file) one. Rich