[COMMITTED] config/Makefile.am: Modify profile.fish in all-local

2024-05-10 Thread Aaron Merey
Fish shell scripts do not support bracketed variables. config/Makefile.am removes brackets from a variable in config/fish.profile in order to prevent an error when running the script. Currently the brackets are removed during make install. This causes testsuite failures if make check is run befor

[PATCH] readelf: add pretty printing for FDO Dlopen Metadata note

2024-05-10 Thread luca . boccassi
From: Luca Boccassi Note that the webpage in the comment is not published yet, it will be next week when the next systemd RC is tagged. The document can be viewed right now on github at: https://github.com/systemd/systemd/blob/main/docs/ELF_DLOPEN_METADATA.md But the node ID and the string forma

[Bug general/31729] New: the huge-file test is too sloooow

2024-05-10 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31729 Bug ID: 31729 Summary: the huge-file test is too slw Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general

Re: [PATCH] ar: Replace one alloca use by xmalloc

2024-05-10 Thread Aaron Merey
Hi Mark, On Tue, Apr 30, 2024 at 10:39 AM Mark Wielaard wrote: > > This alloca use is inside a lexical block and is used to replace one > element of argv. Use a function local variable, xmalloc and free to > make memory usage pattern more clear. > > * src/ar.c (main): Move newp char pointer d