diff options
-rw-r--r-- | libdiskfs/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index ba91b462..5d0e61b4 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,5 +1,10 @@ 1999-10-13 Roland McGrath <roland@baalperazim.frob.com> + * io-pathconf.c (diskfs_S_io_pathconf): Cap diskfs_name_max to size + representable in struct dirent.d_namlen. + (diskfs_S_io_pathconf): Always return 1 for _PC_NO_TRUNC, since we + always constrain diskfs_name_max. + * lookup.c (diskfs_lookup): Enforce diskfs_name_max limit for CREATE and RENAME, returning ENAMETOOLONG for violations. * io-pathconf.c (diskfs_S_io_pathconf): _PC_NO_TRUNC controlled by |