We should always terminate the string. No need to check outptr is in
authorNot Zed <NotZed@HelixCode.com>
Fri, 17 Nov 2000 06:04:23 +0000 (06:04 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Fri, 17 Nov 2000 06:04:23 +0000 (06:04 +0000)
commitcfecacd8927fa226d4e02792b4771e2035bd567e
tree0d5bf3c3c505335da31a35819ba22e6e4a8bea39
parentc6b564e05bc1ff6a0950030053cf71c2daef032b
We should always terminate the string. No need to check outptr is in

2000-11-17  Not Zed  <NotZed@HelixCode.com>

        * camel-stream-buffer.c (camel_stream_buffer_gets): We should
        always terminate the string.  No need to check outptr is in range,
        its already been checked.

        * providers/local/camel-mbox-summary.c (mbox_summary_sync): When
        we update the summary, do it from mbox_summary->folder_size, not
        the content info endpos (which isn't any good anymore anyway).

        * providers/local/camel-mbox-folder.c (mbox_append_message): Set
        the frompos from the current folder size, since summary_add wont
        have initialised it to anything useful.
camel/ChangeLog
camel/camel-stream-buffer.c
camel/providers/local/camel-mbox-folder.c
camel/providers/local/camel-mbox-summary.c