Files
MariaDB-open-code/sql
Tatiana A. Nurnberg ccbc24b45a Bug#55436: buffer overflow in debug binary of dbug_buff in Field_new_decimal::store_value
There were some misunderstandings about parameters pertaining to buffer-size.

Patches fixes the reported off by one and
clarifies the documentation.

mysql-test/r/type_newdecimal.result:
  add test
mysql-test/t/type_newdecimal.test:
  add test
sql/field.cc:
  adjust buffer size by one to account for terminator.
sql/my_decimal.cc:
  adjust buffer size by one to account for terminator.
  clarify needs in comments.
sql/my_decimal.h:
  clarify buffer-size needs to prevent future off-by-one bugs.
strings/decimal.c:
  clarify buffer-size needs and parameters to prevent future off-by-one bugs
2010-11-11 09:46:49 +00:00
..
2010-09-10 11:52:35 +02:00
2010-07-09 15:00:33 +02:00
2010-09-09 16:48:06 +04:00
2010-06-08 10:28:30 +04:00
2010-09-09 16:48:06 +04:00
2010-07-23 18:15:56 +07:00
2010-06-11 16:52:06 +04:00
2010-08-20 12:09:17 +03:00
2010-07-26 11:56:30 +02:00
2010-09-13 16:07:50 +02:00
2010-06-11 16:52:06 +04:00