summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-14 01:29:23 +0000
committerRoland McGrath <roland@gnu.org>1999-10-14 01:29:23 +0000
commit675031ceb6fdc86604935138cfd49b28a3626edf (patch)
tree94b2c946c9839a80b08de512435797b4cf074dc5 /libdiskfs
parent0fea802472bed2dcb1c2fa443dbf9061c4efa555 (diff)
.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/ChangeLog5
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