bug-glibc
[Top][All Lists]
Advanced

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

Bug report for glibc-2.2.5/elf/elf.h


From: cizbasa
Subject: Bug report for glibc-2.2.5/elf/elf.h
Date: Sat, 28 Sep 2002 05:23:30 +0300 (EEST)

Hello,

I think I spotted a bug in the elf/elf.h file of the glibc-2.2.5.
Namely, line 121 reads:

#define ELFMAG          "\177ELF"

and I believe it should read

#define ELFMAG          "\127ELF"

The first byte in ELF is \0x7F == \127, not \177.
Hope this helps in some way.

Good luck and thanks for everything that you people are doing,
Regards,
Cornel Izbasa






reply via email to

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