Update.
1999-08-13 Ulrich Drepper <drepper@cygnus.com> * po/fr.po: Update.
This commit is contained in:
parent
5a260152e4
commit
f9181e0e06
@ -1,3 +1,7 @@
|
||||
1999-08-13 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* po/fr.po: Update.
|
||||
|
||||
1999-08-11 Thorsten Kukuk <kukuk@suse.de>
|
||||
|
||||
* nis/nis_callback.c (internal_nis_do_callback): Free my_pollfd.
|
||||
|
@ -744,8 +744,8 @@ _dl_map_object_from_fd (const char *name, int fd, char *realname,
|
||||
header = (void *) readbuf;
|
||||
|
||||
/* Check the header for basic validity. */
|
||||
if (__builtin_expect (VALID_ELF_HEADER (header->e_ident, expected, EI_PAD),
|
||||
0) != 0)
|
||||
if (__builtin_expect (!VALID_ELF_HEADER (header->e_ident, expected, EI_PAD),
|
||||
0))
|
||||
{
|
||||
/* Something is wrong. */
|
||||
if (*(Elf32_Word *) &header->e_ident !=
|
||||
|
Loading…
x
Reference in New Issue
Block a user