Re: [PATCH 4/6] src: Prevent invalid include of binary into compilation

2024-10-11 Thread Michael Pratt
Hi, thanks for the reply, On Friday, October 11th, 2024 at 15:09, Aaron Merey wrote: > > I believe this issue was recently fixed in commit b426c4db31e7. Yeah, this looks like it handles the problem more directly, thanks for pointing it out. However, it would be nice if DEFAULT_INCLUDES was

Re: [PATCH 4/6] src: Prevent invalid include of binary into compilation

2024-10-11 Thread Aaron Merey
Hi Michael, On Thu, Oct 10, 2024 at 6:27 AM Michael Pratt wrote: > > The "stack" binary built by elfutils has the same name > as the standard C++ header . > > If that header were to be in the list of includes > while building the C++ elfutils program "srcfiles", > then there is a chance that the

[PATCH 4/6] src: Prevent invalid include of binary into compilation

2024-10-10 Thread Michael Pratt
The "stack" binary built by elfutils has the same name as the standard C++ header . If that header were to be in the list of includes while building the C++ elfutils program "srcfiles", then there is a chance that the "stack" binary is included instead and treated as text, leading to a decode erro