[Bug libdw/28220] dwarf_location_attr returns high-bit junk from .debug_addr when fetching 32-bit addresses

2021-08-26 Thread gprocida at google dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28220 --- Comment #3 from gprocida at google dot com --- Thanks for the fast fix. I've confirmed by basic parser working with the test case and with the original library we had the problem with. This plus a libabigail change to use dwarf_getlocatio

Re: PR28240 patch: debuginfod-client negative-hit caching for root user

2021-08-26 Thread Mark Wielaard
Hi Frank, On Wed, Aug 18, 2021 at 06:39:07PM -0400, Frank Ch. Eigler via Elfutils-devel wrote: > commit d2cbc610a9e6552f663e29136d19597b8fdcf832 (HEAD -> master) > Author: Frank Ch. Eigler > Date: Wed Aug 18 18:29:34 2021 -0400 > > PR28240: debuginfod client root-safe negative caching >

Re: [Bug debuginfod/28034] client-side %-escape url characters

2021-08-26 Thread Frank Ch. Eigler via Elfutils-devel
Hi - >/* PR28034 escape characters in completed url to %hh format. */ > - char *escaped_string; > - escaped_string = curl_easy_escape(data[i].handle, filename, 0); > - if (!escaped_string) > + char escaped_string[PATH_MAX] = {'\0'}; > + char

[Bug debuginfod/28204] extend webapi / verification with forthcoming signed-contents archives

2021-08-26 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28204 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #2

[Bug debuginfod/28034] client-side %-escape url characters

2021-08-26 Thread Noah Sanci via Elfutils-devel
Hello, When requesting some source files, some URL-inconvenient chars sometimes pop up. Example from f33 libstdc++: /buildid/44d8485cb75512c2ca5c8f70afbd475cae30af4f/source/usr/src/debug/ gcc-10.3.1-1.fc33.x86_64/obj-x86_64-redhat-linux/x86_64-redhat-linux/ libstdc++-v3/src/c++11/../../../../../l

[Bug libdw/28220] dwarf_location_attr returns high-bit junk from .debug_addr when fetching 32-bit addresses

2021-08-26 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28220 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED CC|

Re: [PATCH] configure.ac: drop unnecessary gnu99 extension checks

2021-08-26 Thread Adrian Ratiu via Elfutils-devel
Hi Mark, On Mon, 23 Aug 2021, Mark Wielaard wrote: Hi Adrian, On Tue, Aug 10, 2021 at 03:56:51PM +0300, Adrian Ratiu via Elfutils-devel wrote: So in the interest of enabling Clang builds we remove the only remaining blocker: the configure checks for nested functions and variable length arr