* Finally tracked down the WC->vars heap corruption issue (for real this
authorArt Cancro <ajc@citadel.org>
Tue, 7 Dec 2004 04:41:04 +0000 (04:41 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 7 Dec 2004 04:41:04 +0000 (04:41 +0000)
commitb1f320eba210f7f1019e86ae88f7dd3d0ed1557c
tree3e9755aa7cfbcc0b53c708ba4315a61e43e381ee
parent7efbda7122290fb0bca37dad88145d7ed9ef5333
* Finally tracked down the WC->vars heap corruption issue (for real this
  time).  We now call clear_local_substs() at the end of each HTTP
  transaction, whether we need to or not, instead of calling it whenever
  we're done with something we wanted session variables for.
* Finally tracked down the years-long "misplaced '(edit)' link" bug, by
  copying serv_info->serv_pid to WC->ctdl_pid at the time it's loaded,
  preventing it from getting clobbered by another session.
* Bumped internal version number to 5.27
webcit/ChangeLog
webcit/auth.c
webcit/context_loop.c
webcit/roomops.c
webcit/serv_func.c
webcit/subst.c
webcit/webcit.c
webcit/webcit.h
webcit/who.c