diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-05-23 21:24:18 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-05-23 21:24:18 +0000 |
commit | ecc17687614c8502a055166758758942622814c9 (patch) | |
tree | 719531bdf07b439044e672b4f23bf562068387a7 /libnetfs/ChangeLog | |
parent | 03969ed20237d7a2a0b1fdd166fa17727b918ac0 (diff) | |
download | hurd-ecc17687614c8502a055166758758942622814c9.tar.gz hurd-ecc17687614c8502a055166758758942622814c9.tar.bz2 hurd-ecc17687614c8502a055166758758942622814c9.zip |
2002-05-23 Marcus Brinkmann <marcus@gnu.org>
* io-read.c (netfs_S_io_read): If desired amount is larger than
symlink length, truncate amount. Actually use WHOLE_LINK to store
link target temporarily. When reading the link target directly,
update *DATALEN.
Diffstat (limited to 'libnetfs/ChangeLog')
-rw-r--r-- | libnetfs/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index c1dbb120..20f60e53 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,10 @@ +2002-05-23 Marcus Brinkmann <marcus@gnu.org> + + * io-read.c (netfs_S_io_read): If desired amount is larger than + symlink length, truncate amount. Actually use WHOLE_LINK to store + link target temporarily. When reading the link target directly, + update *DATALEN. + 2002-05-13 Roland McGrath <roland@frob.com> * netfs.h (struct node): New member `nn_translated'. |