commit | c34d074cd200620b19a2536652ed156b4d0e207d | [log] [tgz] |
---|---|---|
author | Barret Rhoden <brho@cs.berkeley.edu> | Mon Apr 20 18:38:40 2015 -0400 |
committer | Barret Rhoden <brho@cs.berkeley.edu> | Mon Apr 20 18:38:40 2015 -0400 |
tree | a0453d8039e5eba3db7a8baa24e867f157f2d5fb | |
parent | 572f500f0f636d54a55336dafa84f2bce8c3742a [diff] |
Syscall tests for PATH_MAX Even though it's possible for the user to build a path longer than PATH_MAX (e.g. 16 NAME_MAX filenames), we still need a limit. If anything 4096 seems ridiculously large (and will trigger 2-contig page allocs...).