]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* extract_token() now expects to be supplied with the size of the
[citadel.git] / citadel / ChangeLog
index bd015638baedcf859d2e4feb5f1a4e9510a24867..0ca147a532f1987300c50039782c63aa37f8559d 100644 (file)
@@ -1,4 +1,17 @@
  $Log$
+ Revision 641.32  2005/03/24 22:13:56  ajc
+ * extract_token() now expects to be supplied with the size of the
+   destination string buffer.  This, along with the elimination of other
+   unbounded functions like strcpy(), will allow the removal of the
+   "all string buffers are of size SIZ" assumption (a process which I have
+   already begun), which will hopefully reduce stack consumption.
+
+ Revision 641.31  2005/03/22 21:53:48  ajc
+ * Oops, forgot to initialize some data structures...
+
+ Revision 641.30  2005/03/22 16:49:29  ajc
+ * Fixed a couple of memory allocation bugs
+
  Revision 641.29  2005/03/20 22:55:58  ajc
  * Logging to stderr no longer uses syslog()
  * Reworked the way dead sessions are purged.  More efficient and more
@@ -6553,3 +6566,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+