summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-07-05 04:11:27 +0000
committerAlain Magloire <alainm@gnu.org>2001-07-05 04:11:27 +0000
commit8f5c34a2d69fd2de1877dec269421448573b82ef (patch)
tree71b490395a29fa9eb6e51d57695baada8d9686be /ChangeLog
parent594d8574f36387da2ac1bc819d2193f999f73cfe (diff)
downloadmailutils-8f5c34a2d69fd2de1877dec269421448573b82ef.tar.gz
mailutils-8f5c34a2d69fd2de1877dec269421448573b82ef.tar.bz2
* mailbox/mapfile_stream.c (_mapfile_write): Make sure
the size is not zero before making the memcpy().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5262fbad..db5d52284 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-07-04 Alain Magloire
+
+ * mailbox2/stream.c: stream_read() and stream_write()
+ change prototype to be "void *" instead of "char *".
+ * mailbox2/bstream.c: Adjust bstream_{read,write} to the
+ new prototypes.
+ * mailbox2/pop3/pop3_stream.c: Likewised.
+ * mailbox2/Makefile.am: New file.
+ * mailbox2/pop3/Makefile.am: New file.
+ * mailbox2/mstream.c: Mapfile stream Implementation.
+ * mailbox2/fstream.c: File stream implementation.
+ * mailbox2/include/mailutils/sys/fstream.h: New file.
+ * mailbox2/include/mailutils/sys/mstream.h: New file.
+ * mailbox2/tcp.c: rename to tcpstream.c.
+ * mailbox2/include/mailutils/sys/tcp.h: Rename to tcpstream.h
+
+ * mailbox/mapfile_stream.c (_mapfile_write): Make sure
+ the size is not zero before making the memcpy().
+
2001-07-03 Alain Magloire
* mail/headers.c: Catch the overflow in the calculation by

Return to:

Send suggestions and report system problems to the System administrator.