mariadb/client
Tor Didriksen cfcd49b467 Bug#12406055 BUFFER OVERFLOW OF VARIABLE 'BUFF' IN STRING::SET_REAL
The buffer was simply too small.
In 5.5 and trunk, the size is 311 + 31,
in 5.1 and below, the size is 331


client/sql_string.cc:
  Increase buffer size in String::set(double, ...)
include/m_string.h:
  Increase FLOATING_POINT_BUFFER
mysql-test/r/type_float.result:
  New test cases.
mysql-test/t/type_float.test:
  New test cases.
sql/sql_string.cc:
  Increase buffer size in String::set(double, ...)
sql/unireg.h:
  Move definition of FLOATING_POINT_BUFFER
2011-07-15 14:07:38 +02:00
..
.cvsignore
client_priv.h Fixed bug #31077. 2007-10-01 20:35:51 +05:00
CMakeLists.txt Updated/added copyright headers 2011-06-30 17:31:31 +02:00
completion_hash.cc Many files: 2006-12-23 20:17:15 +01:00
completion_hash.h - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
echo.c echo.c: 2007-03-20 18:31:49 +01:00
get_password.c Many files: 2006-12-23 20:17:15 +01:00
Makefile.am Updated/added copyright headers 2011-06-30 17:31:31 +02:00
my_readline.h Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql.cc Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_upgrade.c Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqladmin.cc Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqlbinlog.cc Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqlcheck.c Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqldump.c Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqlimport.c Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqlmanager-pwgen.c Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqlmanagerc.c Bug #15327: configure: --with-tcp-port option being partially ignored 2007-09-13 16:19:46 +02:00
mysqlshow.c Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqltest.c Updated/added copyright headers 2011-06-30 17:31:31 +02:00
readline.cc Updated/added copyright headers 2011-06-30 17:31:31 +02:00
sql_string.cc Bug#12406055 BUFFER OVERFLOW OF VARIABLE 'BUFF' IN STRING::SET_REAL 2011-07-15 14:07:38 +02:00
sql_string.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00