diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-22 01:14:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-22 01:14:07 +0800 |
commit | d812b5e3315cedafbd359b2c4b06c6bcccd951ac (patch) | |
tree | f4785ce50943aab10506bfa79902b66f98afc8a2 /camel/ChangeLog | |
parent | d2a8b907f899ac4751b24f15d7c3d99b1756e075 (diff) | |
download | gsoc2013-evolution-d812b5e3315cedafbd359b2c4b06c6bcccd951ac.tar gsoc2013-evolution-d812b5e3315cedafbd359b2c4b06c6bcccd951ac.tar.gz gsoc2013-evolution-d812b5e3315cedafbd359b2c4b06c6bcccd951ac.tar.bz2 gsoc2013-evolution-d812b5e3315cedafbd359b2c4b06c6bcccd951ac.tar.lz gsoc2013-evolution-d812b5e3315cedafbd359b2c4b06c6bcccd951ac.tar.xz gsoc2013-evolution-d812b5e3315cedafbd359b2c4b06c6bcccd951ac.tar.zst gsoc2013-evolution-d812b5e3315cedafbd359b2c4b06c6bcccd951ac.zip |
Update the doc comment: since it always NUL-terminates the buffer, it
* camel-stream-buffer.c (camel_stream_buffer_gets): Update the
doc comment: since it always NUL-terminates the buffer, it reads
at most @max-1 bytes, not @max.
* camel-remote-store.c (remote_recv_line): Fix the "did
camel_stream_buffer_gets fill the whole buffer" check. Fixes a bug
when reading lines longer than 1024 characters (eg, IMAP SEARCH
responses in very large folders).
svn path=/trunk/; revision=7117
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index da7caa6cf2..272f058ad4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2000-12-21 Dan Winship <danw@helixcode.com> + + * camel-stream-buffer.c (camel_stream_buffer_gets): Update the + doc comment: since it always NUL-terminates the buffer, it reads + at most @max-1 bytes, not @max. + + * camel-remote-store.c (remote_recv_line): Fix the "did + camel_stream_buffer_gets fill the whole buffer" check. Fixes a bug + when reading lines longer than 1024 characters (eg, IMAP SEARCH + responses in very large folders). + 2000-12-19 Dan Winship <danw@helixcode.com> * providers/imap/camel-imap-folder.c (imap_refresh_info): Oops. |