]> 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 b735bfea7e9d1dddb7290bfa90bb3d887b519237..0ca147a532f1987300c50039782c63aa37f8559d 100644 (file)
@@ -1,4 +1,14 @@
  $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