A restored build has been detected on builder elfutils-debian-armhf while
building elfutils.
Full details are available at:
https://builder.sourceware.org/buildbot/#/builders/6/builds/432
Build state: build successful
Revision: cc459edfe10f2e76b82cccb8543c2f264f478209
Worker: debian-armhf
Bu
Hi Mark,
On Tue, Aug 19, 2025 at 1:24 PM Mark Wielaard wrote:
> > + /* Allocate copies of ar_name and ar_rawname. */
> > + size_t name_len = strlen (ar_name) + 1;
> > + char *name_copy = malloc (MAX (name_len, 16));
>
> There is actually a strnlen that does that (MAX) in one step.
MAX is use
Hello,
I've been concerned to get libdwfl_stacktrace out of the weird 'experimental'
limbo we put it in for the last elfutils release. To do that, we need to
stabilize the API.
My full prototype of a more mature API is delayed for reasons beyond my
control, but sometime in September is the lik