[Bug tools/28725] eu-ar -x -N COUNT uses instance [COUNT+1] of name

2022-08-03 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28725 --- Comment #2 from panxiaohe --- Please pay attention on this issue. When using instance [COUNT] of name, the instance of check is wrong in do_oper_extract(). instance-- should be --instance. 522 if (res != NULL && (instance < 0 ||

Issue 49759 in oss-fuzz: elfutils:fuzz-libelf: Timeout in fuzz-libelf

2022-08-03 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-2022-08-03 Type: Bug New issue 49759 by ClusterFuzz-External: elfutils:fuzz-libelf: Timeout in fuzz-li

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

2022-08-03 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-opensuseleap-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/90/builds/22 Build state: build successful Revision: cc2b85c4536f415547981fc4cf176e3fae967acc Worker: bb1 Build

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

2022-08-03 Thread builder--- via Elfutils-devel
A new failure has been detected on builder elfutils-opensuseleap-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/90/builds/21 Build state: failed update (failure) Revision: (unknown) Worker: bb3 Build Reason: (unknown) Blamelis

Re: [PATCH] debuginfod: optimize regular expressions in groom()

2022-08-03 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > Subject: [PATCH] debuginfod: optimize regular expressions in groom() Thanks, pushed. - FChE

[PATCH] debuginfod: optimize regular expressions in groom()

2022-08-03 Thread Josef Čejka via Elfutils-devel
>From 2b377704f46081f2348dfc5650820ac9b5485758 Mon Sep 17 00:00:00 2001 From: Josef Cejka Date: Wed, 3 Aug 2022 13:33:21 +0200 Subject: [PATCH] debuginfod: optimize regular expressions in groom() Check if applying of -I and -X during grooming is enabled before the regular expressions are matched.