From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27717 invoked by alias); 20 Apr 2010 07:22:39 -0000 Received: (qmail 27665 invoked by uid 48); 20 Apr 2010 07:22:21 -0000 Date: Tue, 20 Apr 2010 07:22:00 -0000 Message-ID: <20100420072221.27664.qmail@sourceware.org> From: "aj at suse dot de" To: glibc-bugs@sources.redhat.com In-Reply-To: <20100420033323.11522.lfsxs0@gmail.com> References: <20100420033323.11522.lfsxs0@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/11522] Uninitialised Variable in qsort_r X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00149.txt.bz2 ------- Additional Comments From aj at suse dot de 2010-04-20 07:22 ------- A static variable is initialised as zero according to the C standard. So, there's no bug here. I cannot help you with your other problem. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID http://sourceware.org/bugzilla/show_bug.cgi?id=11522 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.