* Expanded the size of all string fields in "struct CtdlIPCMessage" to
authorArt Cancro <ajc@citadel.org>
Tue, 23 Dec 2003 03:53:49 +0000 (03:53 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 23 Dec 2003 03:53:49 +0000 (03:53 +0000)
commit285b6cda80b1c208a846885e8857a2015e9209e6
treeccb62c7d26519cad7eca2b64744d5fbbca18389f
parent1d67f8aee04967eee7bc57e865e4f3ef6774bdbc
* 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.
citadel/ChangeLog
citadel/citadel_ipc.c
citadel/citadel_ipc.h