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 ||
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
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
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
Hi -
> Subject: [PATCH] debuginfod: optimize regular expressions in groom()
Thanks, pushed.
- FChE
>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.