Bug 3170

Summary: OPENAT va_arg error
Product: glibc Reporter: Luca Bruno <lethalman88>
Component: libcAssignee: Ulrich Drepper <drepper.fsp>
Status: RESOLVED DUPLICATE    
Severity: normal CC: glibc-bugs
Priority: P2 Flags: fweimer: security-
Version: 2.4   
Target Milestone: ---   
Host: x86_64-unknown-linux-gnu Target: x86_64-unknown-linux-gnu
Build: x86_64-unknown-linux-gnu Last reconfirmed:

Description Luca Bruno 2006-09-03 13:49:32 UTC
Hello, i was trying to compile glibc (having gcc 4.1.1 and glibc 2.4 compiled 
by modifying openat.c) but i got this error for the function __OPENAT in 
sysdeps/unix/sysv/linux/openat.c:

va_start used in function with fixed args

I compiled glibc renaming __OPENAT to OPENAT, then removing hidden_def and 
weak_alias for it.

Right now, i haven't the complete error, sorry...
Comment 1 Ulrich Drepper 2006-09-06 14:31:40 UTC

*** This bug has been marked as a duplicate of 3040 ***