diff options
Diffstat (limited to 'safepath.h')
-rw-r--r-- | safepath.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ enum { SAFEPATH_INVAL, /* path is invalid */ SAFEPATH_NOMEM, /* out of memory */ SAFEPATH_LOOP, /* more than 8 levels of symlink */ + SAFEPATH_TOOLONG, /* component or symlink target too long */ }; int safepath_check(const char *name); |