diff options
Diffstat (limited to 'package/libs/elfutils/patches/004-maybe-uninitialized.patch')
-rw-r--r-- | package/libs/elfutils/patches/004-maybe-uninitialized.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/elfutils/patches/004-maybe-uninitialized.patch b/package/libs/elfutils/patches/004-maybe-uninitialized.patch index 059ea277b0..d0ce85cc86 100644 --- a/package/libs/elfutils/patches/004-maybe-uninitialized.patch +++ b/package/libs/elfutils/patches/004-maybe-uninitialized.patch @@ -1,6 +1,6 @@ --- a/libelf/elf_getarsym.c +++ b/libelf/elf_getarsym.c -@@ -169,7 +169,7 @@ elf_getarsym (elf, ptr) +@@ -167,7 +167,7 @@ elf_getarsym (Elf *elf, size_t *ptr) /* We have an archive. The first word in there is the number of entries in the table. */ |