diff options
author | shankar | 2010-03-04 03:35:22 +0000 |
---|---|---|
committer | shankar | 2010-03-04 03:35:22 +0000 |
commit | 71648a5496d5e72e3d9107e76b068139eea40a6e (patch) | |
tree | f00076043fe5fb363f282f4931e08f9f8dad0c6e /util | |
parent | 52203ea9a7d8595ce9feeb54c8f960b08f8c8459 (diff) | |
download | axis2c-71648a5496d5e72e3d9107e76b068139eea40a6e.tar.gz axis2c-71648a5496d5e72e3d9107e76b068139eea40a6e.tar.bz2 |
fixing buffer overflow problem
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util')
-rw-r--r-- | util/test/util/test_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |