Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv1967/res

Modified Files:
        res_agi.c 
Log Message:
issue #5589


Index: res_agi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- res_agi.c   24 Oct 2005 20:12:06 -0000      1.52
+++ res_agi.c   3 Nov 2005 21:25:57 -0000       1.53
@@ -1168,7 +1168,7 @@
 
 static int handle_getvariablefull(struct ast_channel *chan, AGI *agi, int 
argc, char **argv)
 {
-       char tmp[4096];
+       char tmp[4096] = "";
        struct ast_channel *chan2=NULL;
 
        if ((argc != 4) && (argc != 5))

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to