From eafdcbacd46cabaa304e63e97de02f62390a49eb Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 10 Mar 2011 05:38:44 +0000 Subject: [PATCH] Initialize column size to 0 to deal with a potential UnixODBC bug on 64-bit systems. (closes issue #18295) Reported by: pruiz git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@310140 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 1 + res/res_config_odbc.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 71bdbb45d6..f8948faf6d 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -2473,6 +2473,7 @@ static int retrieve_file(char *dir, int msgnum) fprintf(f, "[message]\n"); for (x=0;x