From: Russell Bryant Date: Sun, 21 Jun 2009 16:36:55 +0000 (+0000) Subject: Note a bug in cdr_sqlite3_custom so I don't forget about it. X-Git-Tag: 11.0.0-beta1~4638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=356c0e2f8cca6d387737031b38927c1575bc5eca;p=thirdparty%2Fasterisk.git Note a bug in cdr_sqlite3_custom so I don't forget about it. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@202301 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c index 764553e574..84537cfac8 100644 --- a/cdr/cdr_sqlite3_custom.c +++ b/cdr/cdr_sqlite3_custom.c @@ -61,6 +61,8 @@ static const char name[] = "cdr_sqlite3_custom"; static sqlite3 *db = NULL; static char table[80]; + +/*! XXX \bug Handling of this variable has crash potential on reload */ static char *columns; struct values {