List:Commits« Previous MessageNext Message »
From:jack andrews Date:September 4 2009 8:16am
Subject:bzr commit into mysql-5.1-telco-7.0 branch (jack:2977) Bug#47120
View as plain text  
#At file:///D:/repo/mtr-atrt/ based on revid:jack@stripped

 2977 jack andrews	2009-09-04
      Bug #47120: ErrorReporter::formatMessage overruns the buffer

    modified:
      storage/ndb/src/kernel/error/ErrorReporter.cpp
=== modified file 'storage/ndb/src/kernel/error/ErrorReporter.cpp'
--- a/storage/ndb/src/kernel/error/ErrorReporter.cpp	2009-05-27 15:21:45 +0000
+++ b/storage/ndb/src/kernel/error/ErrorReporter.cpp	2009-09-04 08:16:36 +0000
@@ -31,7 +31,7 @@
 
 #include <NdbAutoPtr.hpp>
 
-#define MESSAGE_LENGTH 500
+#define MESSAGE_LENGTH 999
 
 static int WriteMessage(int thrdMessageID,
 			const char* thrdProblemData, 


Attachment: [text/bzr-bundle] bzr/jack@sun.com-20090904081636-x6m4yupv0a4g5z5p.bundle
Thread
bzr commit into mysql-5.1-telco-7.0 branch (jack:2977) Bug#47120jack andrews4 Sep