Re: Fwd: Anton Baltser, bug with libdebuginfod

2023-07-30 Thread anton baltser
Thanks for the quick response. I did: $ ./configure --prefix=/usr\ > --disable-debuginfod \ > --enable-libdebuginfod=dummy \ > --libdir=/libm $ make install : Making install in tests make[2]: Nothing to be done for 'install-exec-am'.

Re: Fwd: Anton Baltser, bug with libdebuginfod

2023-07-30 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > I need to install > I tried to install elfutils - 0.189 version , and I could solve installing > libdebuginfod. > My system ubuntu 20.04/wsl2 > > I used ./configure --prefix=/usr\ > --disable-debuginfod \ > --enable-libdebuginfod=dummy \

Fwd: Anton Baltser, bug with libdebuginfod

2023-07-30 Thread anton baltser
-- Forwarded message - From: anton baltser Date: Sun, 30 Jul 2023 at 17:02 Subject: Anton Baltser, bug with libdebuginfod To: Hello, nice to meet you! I need to install I tried to install elfutils - 0.189 version , and I could solve installing libdebuginfod. My system ubuntu 2

[PATCH] libelf: Free and clear rawdata_base and zdata_base consistently

2023-07-30 Thread Mark Wielaard
There could be a leak if a program called elf_strptr on a compressed section, but the program never requests the (uncompressed) section data, but does explicitly (re)compress that same section data. Fix this by explicitly always freeing and clearing the zdata_base and rawdata_base in __libelf_rese

Re: Issue 60887 in oss-fuzz: elfutils:fuzz-libelf: Direct-leak in __libelf_decompress_zlib

2023-07-30 Thread Mark Wielaard
Hi, On Sat, Jul 29, 2023 at 03:00:49PM -0700, evv… via monorail via Elfutils-devel wrote: > > Comment #1 on issue 60887 by evv...@gmail.com: elfutils:fuzz-libelf: > Direct-leak in __libelf_decompress_zlib > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=60887#c1 > > The full backtrace i