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)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:12:19 +0000 (21:12 +0000)
commite84c54da7d9dbaa3d1af3ea16da1d20f310ec7ec
treec7921d39e1b79903141a1e5aed609b1d9a9b38d9
parent785b943630c1f3777fb684e5b852ea4abf917642
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