From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3410 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] bugfix: initialize a state variable in lio_wait Date: Sun, 16 Jun 2013 00:16:27 +0200 Message-ID: <20130615221627.GB6548@port70.net> References: <1371333657.16425.350.camel@eris.loria.fr> 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 1371334598 24400 80.91.229.3 (15 Jun 2013 22:16:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Jun 2013 22:16:38 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3414-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jun 16 00:16:39 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Unylz-0001ow-Cs for gllmg-musl@plane.gmane.org; Sun, 16 Jun 2013 00:16:39 +0200 Original-Received: (qmail 3782 invoked by uid 550); 15 Jun 2013 22:16:38 -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 3772 invoked from network); 15 Jun 2013 22:16:38 -0000 Content-Disposition: inline In-Reply-To: <1371333657.16425.350.camel@eris.loria.fr> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3410 Archived-At: * Jens Gustedt [2013-06-16 00:01:20 +0200]: > got_err was only set to 1 in case of error, but never written > otherwise. i wonder why gcc -Wmaybe-uninitialized does not catch this