bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if pat


From: torbjorn.svensson at st dot com
Subject: [Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if path length is more than 260 characters.
Date: Thu, 17 Feb 2022 16:26:38 +0000

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

--- Comment #31 from Torbjörn SVENSSON <torbjorn.svensson at st dot com> ---
I agree.

Maybe it would be sufficient to check that all bytes in the provided char* is
in the ASCII range. If a the check fails, put a clear error message to the user
that the filename is not supported to make it easy to spot the reason for the
error.

@Fred: Since you provided the demonstration application, I leave it to you to
create a patch for the problem.

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