From 71648a5496d5e72e3d9107e76b068139eea40a6e Mon Sep 17 00:00:00 2001 From: shankar Date: Thu, 4 Mar 2010 03:35:22 +0000 Subject: fixing buffer overflow problem git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918839 13f79535-47bb-0310-9956-ffa450edef68 --- util/test/util/test_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/test/util/test_util.c b/util/test/util/test_util.c index dd37710..df9649c 100644 --- a/util/test/util/test_util.c +++ b/util/test/util/test_util.c @@ -243,7 +243,7 @@ void test_log_write( ) { - char msg[10]; + char msg[20]; printf("start of test_log_write\n\n"); axutil_allocator_t *allocator = axutil_allocator_init(NULL); if (!allocator) -- cgit v1.1-32-gdbae