diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2000-12-02 17:58:45 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2000-12-02 17:58:45 +0000 |
commit | 1c389d6fbea8d2b9ce89a98fecb11979df65ff89 (patch) | |
tree | 00f455af7254dac2ca012d2522baf6a83d360ef7 /nfsd/ChangeLog | |
parent | bc24c150ec245be8e0b11ca08d11675870d7544f (diff) |
2000-12-02 Marcus Brinkmann <marcus@gnu.org>
* ops.c (op_readlink): Before returning, check if the buffer
pointed to by transp is ours. If not, munmap it.
(op_read): Likewise for bp.
(op_readdir): Don't alloca a buffer here. Instead initialize
BUF and BUFSIZE to 0 and let the server (eh, MiG) do it.
munmap BUF before returning.
Diffstat (limited to 'nfsd/ChangeLog')
-rw-r--r-- | nfsd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog index 078a84e5..6d9a8e32 100644 --- a/nfsd/ChangeLog +++ b/nfsd/ChangeLog @@ -1,3 +1,12 @@ +2000-12-02 Marcus Brinkmann <marcus@gnu.org> + + * ops.c (op_readlink): Before returning, check if the buffer + pointed to by transp is ours. If not, munmap it. + (op_read): Likewise for bp. + (op_readdir): Don't alloca a buffer here. Instead initialize + BUF and BUFSIZE to 0 and let the server (eh, MiG) do it. + munmap BUF before returning. + 2000-12-01 Marcus Brinkmann <marcus@gnu.org> * cache.c (scan_creds): Move I inside for-statement. |