* Changed a lot of strncpy() calls to safestrncpy() and replaced most of their
authorArt Cancro <ajc@citadel.org>
Tue, 26 Oct 1999 03:21:17 +0000 (03:21 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 26 Oct 1999 03:21:17 +0000 (03:21 +0000)
commit03707e73523860548f6dba876fb6c3c3d96f2b84
tree8dacb238c8a8f27d118a24085d2d1c7c6c72a736
parent10a4e4731822e568c9590db3135e0c43542bff8b
* Changed a lot of strncpy() calls to safestrncpy() and replaced most of their
  hardcoded size arguments with 'sizeof' based arguments.
* Moved the CitContext destruction into the housekeeper thread and out of the
  thread being cancelled.  Didn't fix it, though (to see what happens, link
  the server against ElectricFence and watch what happens when a session ends).
citadel/ChangeLog
citadel/citserver.c
citadel/control.c
citadel/dynloader.c
citadel/housekeeping.c
citadel/room_ops.c
citadel/serv_chat.c
citadel/sysdep.c
citadel/sysdep_decls.h