commit | 60a4c356ee9ce5e9ccb23347c0381f0436192691 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Thu Jul 09 09:30:54 2009 -0400 |
committer | Patrick Scott <phanna@android.com> | Thu Jul 09 09:31:47 2009 -0400 |
tree | cfbac5189d983a7c7d05539fc972a86738d4ebe1 | |
parent | 0c736a3c6b97ab407eb1c60686b0ac7016cb0d0e [diff] [blame] |
Upgrade libxml2 to 2.7.3 to patch some vulnerabilities.
diff --git a/error.c b/error.c index 722ffbb..5f03d94 100644 --- a/error.c +++ b/error.c
@@ -31,7 +31,7 @@ \ size = 150; \ \ - while (1) { \ + while (size < 64000) { \ va_start(ap, msg); \ chars = vsnprintf(str, size, msg, ap); \ va_end(ap); \