Eliminate (or at least reduce) use of MAX_PATH

Bug #1187537 reported by Paul J. Lucas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zorba
Fix Committed
Low
Paul J. Lucas

Bug Description

fs_util.h defines MAX_PATH if it's not already defined. For starters, under *nix systems, it's PATH_MAX. Regardless, both macros should be avoided whenever possible since they're often inaccurate. Path length limits can be filesystem-dependent and can legally exceed the maximum in some cases.

Related branches

Revision history for this message
Paul J. Lucas (paul-lucas) wrote :

Bug #1180220 has to be fixed/merged before work on this can begin.

Changed in zorba:
status: New → In Progress
Changed in zorba:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.