Bug 3170 - OPENAT va_arg error
Summary: OPENAT va_arg error
Status: RESOLVED DUPLICATE of bug 3040
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.4
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-03 13:49 UTC by Luca Bruno
Modified: 2016-05-17 18:01 UTC (History)
1 user (show)

See Also:
Host: x86_64-unknown-linux-gnu
Target: x86_64-unknown-linux-gnu
Build: x86_64-unknown-linux-gnu
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***