From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21186 invoked by alias); 14 Aug 2012 19:39:57 -0000 Received: (qmail 21149 invoked by uid 22791); 14 Aug 2012 19:39:33 -0000 X-Spam-Check-By: sourceware.org Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.83/v0.83-20-g38e4449) with ESMTP; Tue, 14 Aug 2012 19:39:17 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id EFD1A2C0055; Tue, 14 Aug 2012 21:39:14 +0200 (CEST) Date: Tue, 14 Aug 2012 19:41:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: Please test snapshots Message-ID: <20120814193914.GA17546@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <20120806033437.GA4358@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00326.txt.bz2 On Aug 15 02:59, jojelino wrote: > Hi, I think i found a glitch in gmon.c > > the testcase is following. and you can see it doesn't work. > > int main() > { > char *proffile; > { > char gmon_out[] = "gmon.out"; > proffile = gmon_out; > } > printf("%s\n",proffile); > } > > ------- > $ ./a > a(▒" > Actually the above can't be expected to work. the above is exactly > same case with gmon.c:206 Fixed in CVS. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple