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
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
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
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