Generate wiki diffs using a temp file instead of a big string of realloc() calls.
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 1 Jul 2011 02:47:57 +0000 (22:47 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Fri, 1 Jul 2011 02:47:57 +0000 (22:47 -0400)
commitb60940bf494f8de8d2801c44286535793247a423
tree72c4ff90aa401f737be6b1eab158b1a35acdc36a
parentb6292366a603fa89e22afcce4c3d4a7f5bafc268
Generate wiki diffs using a temp file instead of a big string of realloc() calls.
Noted a block of code in which we are smashing the stack and need to fix.
citadel/context.c
citadel/modules/wiki/serv_wiki.c
citadel/serv_extensions.c