bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BUG: printf formatting libc.so.6


From: Jakub Jelinek
Subject: Re: BUG: printf formatting libc.so.6
Date: Tue, 27 May 2003 01:54:40 +0200
User-agent: Mutt/1.4i

On Mon, May 26, 2003 at 12:11:19PM -0700, Bruce Korb wrote:
> > Simplified
> > 
> > #include <stdio.h>
> > void main(void) { printf("%1$d %1$c %2$d %2$c\n", 32, 49); }
> > 
> > yields "32   1074178865 1" on Debian, while "1345134440   -1073746895 1"
> > on RedHat...

Reproduced, looking into it.

        Jakub




reply via email to

[Prev in Thread] Current Thread [Next in Thread]