summaryrefslogtreecommitdiffstats
path: root/mysql-string-overflow.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-03-24 08:49:47 +0100
committerRemi Collet <fedora@famillecollet.com>2012-03-24 08:49:47 +0100
commitedac62c8244316d930e51ec12a475b82e1e03870 (patch)
treedcc980611c13db947d81a8b2780c73d342f85535 /mysql-string-overflow.patch
parent41f0a259d544a0296d3f46b7e35f63a2e4dc983e (diff)
MySQL, sync with rawhide
Diffstat (limited to 'mysql-string-overflow.patch')
-rw-r--r--mysql-string-overflow.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-string-overflow.patch b/mysql-string-overflow.patch
index 80cf5bc..f86d3b9 100644
--- a/mysql-string-overflow.patch
+++ b/mysql-string-overflow.patch
@@ -1,6 +1,9 @@
These issues were found by Coverity static analysis tool, for more info
see messages by particular fixes (messages belong to 5.1.61).
+Filed upstream at http://bugs.mysql.com/bug.php?id=64631
+
+
Error: BUFFER_SIZE_WARNING:
/builddir/build/BUILD/mysql-5.1.61/sql/sql_prepare.cc:2749: buffer_size_warning: Calling strncpy with a maximum size argument of 512 bytes on destination array "this->stmt->last_error" of size 512 bytes might leave the destination string unterminated.