From edac62c8244316d930e51ec12a475b82e1e03870 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Mar 2012 08:49:47 +0100 Subject: MySQL, sync with rawhide --- mysql-string-overflow.patch | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-string-overflow.patch') 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. -- cgit