]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Expanded the size of all string fields in "struct CtdlIPCMessage" to
[citadel.git] / citadel / ChangeLog
index 38747b75abcd0b162e72a906a64df9d175dc5a7f..c8ebd49ab3e268825d67d72da76b65b058b63a03 100644 (file)
@@ -1,4 +1,10 @@
  $Log$
+ Revision 613.10  2003/12/23 03:53:49  ajc
+ * Expanded the size of all string fields in "struct CtdlIPCMessage" to
+   the standard SIZ length, in order to accomodate "weird" messages
+   without crashing.  Also converted many strcpy()'s to safestrncpy()'s
+   while populating this data structure, to avoid overruns.
+
  Revision 613.9  2003/12/22 16:49:36  error
  * Add Preview for Mac OS X as an image viewer option in citadel.rc
 
@@ -5193,3 +5199,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
+