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
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
>
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
https://sourceware.org/bugzilla/show_bug.cgi?id=28204
Mark Wielaard changed:
What|Removed |Added
CC||mark at klomp dot org
--- Comment #2
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
https://sourceware.org/bugzilla/show_bug.cgi?id=28220
Mark Wielaard changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
CC|
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