-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove uses of
FILENAME_MAX
in the runtime (#26381)
Replace uses of `FILENAME_MAX` for buffer sizes in the runtime, replacing them with heap-allocated strings of the proper size that are reallocated as needed. Merges in and builds on the work by @rchinmay in #17059. Completes the second part of #8757 (with #26357). [reviewed by @jabraham17 , thanks!] Testing: - [x] paratest - [x] gasnet paratest - [x] C backend paratest - [x] GPU tests - [x] manual run of a nightly config that covers (some) affected code (`test-hpe-cray-ex-ofi.bash`)
- Loading branch information
Showing
7 changed files
with
205 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.