diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-02-13 22:32:56 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-02-13 22:32:56 +0000 |
commit | f538534991764fb754ae082b483a25d3246932db (patch) | |
tree | 356a519e7b62d8647ef758475a7fc5e0c27bfc92 /ChangeLog | |
parent | 5dd97879a80dab30d2dca786836b3a15a2250f6c (diff) | |
download | gvfs-f538534991764fb754ae082b483a25d3246932db.tar.gz |
Limit smb reads to 65535 bytes to avoid issues on large reads.
2008-02-13 Alexander Larsson <alexl@redhat.com>
* daemon/gvfsbackendsmb.c (do_read):
Limit smb reads to 65535 bytes to avoid issues on
large reads.
svn path=/trunk/; revision=1269
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-02-13 Alexander Larsson <alexl@redhat.com> + + * daemon/gvfsbackendsmb.c (do_read): + Limit smb reads to 65535 bytes to avoid issues on + large reads. + 2008-02-13 Ryan Lortie <desrt@desrt.ca> * daemon/gvfsbackendtrash.c: |