]> code.citadel.org Git - citadel.git/commitdiff
* 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)
  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).


No differences found