bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/31906] libdep.so plugin escaping with `\` has bugs, can segfault


From: me at harmenstoppels dot nl
Subject: [Bug ld/31906] libdep.so plugin escaping with `\` has bugs, can segfault
Date: Fri, 21 Jun 2024 14:10:38 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31906

--- Comment #3 from Harmen Stoppels <me at harmenstoppels dot nl> ---
Hi Nick, you're right. But there are larger issues, such as the fact that `\`
isn't escaping anything, it's a "skipped character".

I submitted a patch that addresses the issues reported here as well as others
https://sourceware.org/pipermail/binutils/2024-June/134936.html.

I marked that as RFC because it has a small change of behavior: treat \ as
literal character. That's justified by the fact that nobody could possibly have
relied on it because of these off by one errors.

I also started a discussion about the plugin's usefulness in general here
https://sourceware.org/pipermail/binutils/2024-June/134962.html, it could be
better.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]