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: fredrick.eisele at gmail 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 17:34:01 +0000

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

--- Comment #33 from Fred Eisele <fredrick.eisele at gmail dot com> ---
@nick Before I make the patch could I get your impressions about the approach?

I still have some things to clear up about the approach.

* How sensitive are we to using calloc rather than allocating on the stack?
* I can get rid of one of the calloc's (used to add the prefix).
* What is the motivation for testing for `*.o`?
* Should there be a test for allowed characters? 
  *
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_271
  *
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_282

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