diff --git a/libelf/gelf_getrela.c b/libelf/gelf_getrela.c
index d695f659..fd974bdf 100644
--- a/libelf/gelf_getrela.c
+++ b/libelf/gelf_getrela.c
@@ -90,8 +90,21 @@ gelf_getrela (Elf_Data *data, int ndx, GElf_Rela *dst)
result = NULL;
}
else
- result = memcpy (dst, &
Sorry, the diff has some formatting issues. And the test results use the
existing patches 2/6 3/6 4/6.
diff --git a/libelf/gelf_getrela.c b/libelf/gelf_getrela.c index
d695f659..fd974bdf 100644 --- a/libelf/gelf_getrela.c +++
b/libelf/gelf_getrela.c @@ -90,8 +90,21 @@ gelf_getrela (Elf_Data *da
https://sourceware.org/bugzilla/show_bug.cgi?id=31967
Bug ID: 31967
Summary: datarace in elf_compress[_gnu]
Product: elfutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: libelf
Ping
在 2024/5/24 17:41, Ying Huang 写道:
> From: Ying Huang
>
> * backends/Makefile.am (mips_SRCS): Add mips64_corenote.c.
> * backends/mips64_corenote.c: New file.
> * backends/mips_corenote.c: Add fpregset.
> * backends/mips_init.c: HOOK mips64_corenote.
> * libebl/eblcorenotetypename.c: Add KNO