☺ Buildbot (GNU Toolchain): elfutils - build successful (master)

2022-05-14 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-debian-armhf while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/6/builds/28 Build state: build successful Revision: 4b5c8d1380715123f1b832fca932722e8c6651d2 Worker: debian-armhf Buil

Re: Optimize debuginfod-client cache lookup/cleanup a little

2022-05-14 Thread Mark Wielaard
Hi, On Tue, May 10, 2022 at 12:57:20AM +0200, Mark Wielaard wrote: > debuginfod-client would try to create the cache config files twice, > once through debuginfod_init_cache, which was always called before the > debuginfod_clean_cache check. Which called debuginfod_config_cache > which also tried

Re: [PATCH] debuginfod: Always request servname from getnameinfo for conninfo.

2022-05-14 Thread Mark Wielaard
Hi, On Mon, May 09, 2022 at 11:10:44PM +0200, Mark Wielaard wrote: > When getting the connection info getnameinfo is called getting the > hostname and servname except when the sockaddr is a pure ipv6 > address. In that last case only hostname is requested. Since servname > is stack allocated and n

Re: ☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)

2022-05-14 Thread Mark Wielaard
Hi, On Sat, May 14, 2022 at 03:34:43PM +, builder--- via Elfutils-devel wrote: > A new failure has been detected on builder elfutils-debian-armhf while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/6/builds/27 > > Build state

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)

2022-05-14 Thread builder--- via Elfutils-devel
A new failure has been detected on builder elfutils-debian-armhf while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/6/builds/27 Build state: failed test (failure) Revision: 0f2c8af3ba82ac54acc63ab7cb068578a6c0d96e Worker: debian-armhf Bu

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)

2022-05-14 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-debian-armhf while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/6/builds/26 Build state: build successful Revision: ededa24fba3a78d97a0e5df2bbe47067906af1d2 Worker: debian-armhf Buil

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)

2022-05-14 Thread builder--- via Elfutils-devel
A new failure has been detected on builder elfutils-debian-armhf while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/6/builds/25 Build state: failed test (failure) Revision: 4a13bd2cf82a401cbe5850fe9a8bd3fcb5b13bfb Worker: debian-armhf Bu

Re: [PATCH] strip: Add more NULL check

2022-05-14 Thread Mark Wielaard
Hi, On Mon, May 09, 2022 at 10:24:35PM +0200, Mark Wielaard wrote: > When gelf_getshdr, gelf_getrela, gelf_getrel or gelf_getsymshndx > return NULL it is an internal error which we want to report instead of > crashing. Pushed. Cheers, Mark

Re: [PATCH] libdw: Add sanity check to store_implicit_value

2022-05-14 Thread Mark Wielaard
Hi, On Mon, May 09, 2022 at 06:48:58PM +0200, Mark Wielaard wrote: > Don't just skip the block length, but check it is equal to the > op->number that we are going to use as length. Pushed. Cheers, Mark

Re: [PATCH] debuginfod: Check all curl_easy_setopt calls

2022-05-14 Thread Mark Wielaard
Hi, On Mon, May 09, 2022 at 06:22:29PM +0200, Mark Wielaard wrote: > curl_easy_setup can fail for various reasons. Add a curl_easy_setopt_ck > macro to check all curl_easy_setopt calls and provides a human readable > error message in verbose mode. Pushed. Cheers, Mark

Re: [PATCHv2] debuginfod: Check result of curl_easy_getinfo in debuginfod_write_callback

2022-05-14 Thread Mark Wielaard
Hi, On Mon, May 09, 2022 at 05:40:39PM +0200, Mark Wielaard wrote: > This was the only place in debuginfod-client.c where we didn't check > the result of curl_easy_getinfo. Just check it to make things consistent. Pushed. Cheers, Mark

Re: [PATCH] elfcompress: Add sanity checks to make sure to not override variable

2022-05-14 Thread Mark Wielaard
Hi, On Tue, May 10, 2022 at 12:35:01PM +0200, Mark Wielaard wrote: > The process_file code is a little tricky. Add sanity checks to make > sure shstrtab_name, shstrtab_newname and symstrents are only set once. Pushed. Cheers, Mark