Issue 59033 in oss-fuzz: elfutils:fuzz-libdwfl: Timeout in fuzz-libdwfl

2023-05-16 Thread ClusterFuzz-External via monorail via Elfutils-devel
Status: New Owner: CC: elfut...@sourceware.org, da...@adalogics.com, evv...@gmail.com, izz...@google.com Labels: ClusterFuzz Reproducible Engine-libfuzzer OS-Linux Proj-elfutils Reported-2023-05-16 Type: Bug New issue 59033 by ClusterFuzz-External: elfutils:fuzz-libdwfl: Timeout in fuzz-l

Re: [EXTERNAL] Re: [PATCH 1/5] strip: Adapt src/strip -o -f on mips

2023-05-16 Thread Luke Diamand via Elfutils-devel
On 09/05/2023 16:15, Mark Wielaard wrote: Hi, On Tue, 2023-04-11 at 16:12 +0800, Ying Huang wrote: From: Ying Huang In mips64 little-endian, r_info consists of four byte fields(contains three reloc types) and a 32-bit symbol index. In order to adapt GELF_R_SYM and GELF_R_TYPE, need convert

Re: [PATCH 2/5] readelf: Adapt src/readelf -h/-S/-r/-w/-l/-d/-a on mips

2023-05-16 Thread Ying Huang
Hi, 在 2023/5/11 22:31, Mark Wielaard 写道: > Hi, > > On Tue, 2023-04-11 at 16:12 +0800, Ying Huang wrote: >> diff --git a/backends/mips_attrs.c b/backends/mips_attrs.c >> new file mode 100644 >> index ..1419814e >> --- /dev/null >> +++ b/backends/mips_attrs.c >> @@ -0,0 +1,107 @@ >> +/* Obje

Re: [PATCH 1/5] strip: Adapt src/strip -o -f on mips

2023-05-16 Thread Ying Huang
在 2023/5/16 14:46, Ying Huang 写道: > > HI, > > >> libelf/elf_getdata.c: Some eu-utils use read-mmap method to map file, > >> so we need to malloc and memcpy raw data to avoid segment fault. After > >> modification, the correct value are saved in the malloced memory not in > >> process address space.