1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-22 19:52:58 +03:00
Files
mariadb/mysql-test/r
Tor Didriksen 7bf234032a Bug #59241 invalid memory read in do_div_mod with doubly assigned variables
Fix: copy my_decimal by value, to avoid dangling pointers.


mysql-test/r/func_math.result:
  New test case.
mysql-test/t/func_math.test:
  New test case.
sql/item_cmpfunc.cc:
  No need to call fix_buffer_pointer() anymore.
sql/item_func.cc:
  Copy my_decimal by value, to avoid dangling pointers.
sql/my_decimal.h:
  Implement proper copy constructor and assignment operator for my_decimal.
sql/sql_analyse.cc:
  No need to call fix_buffer_pointer() anymore.
strings/decimal.c:
  Remove #line directive: it messes up TAGS and it confuses gdb when debugging.
2011-01-14 10:05:14 +01:00
..
2010-11-26 16:32:51 +02:00
2010-11-26 16:32:51 +02:00
2010-06-24 15:29:53 +04:00
2010-12-16 21:43:21 +03:00
2011-01-13 09:07:21 +01:00
2011-01-12 17:11:31 +04:00
2010-11-26 16:32:51 +02:00
2010-07-09 14:46:46 +04:00
2010-09-08 09:36:39 +02:00
2010-07-14 15:05:20 +03:00
2010-07-21 18:20:29 +03:00
2010-08-25 13:17:15 +05:00
2010-12-01 12:28:21 +05:30
2011-01-11 15:15:25 +01:00
2010-09-13 14:46:55 +02:00
2011-01-10 15:08:31 +01:00
2010-09-13 15:56:56 +02:00
2010-11-15 16:59:49 +01:00
2010-11-26 16:32:51 +02:00
2010-09-13 15:56:56 +02:00
2011-01-10 16:13:12 +01:00
2011-01-10 15:08:31 +01:00
2010-10-20 16:56:09 +02:00
2010-10-20 16:56:09 +02:00
2010-09-30 14:06:50 +03:00
2010-09-30 14:06:50 +03:00
2010-09-30 14:06:50 +03:00
2010-09-30 14:06:50 +03:00
2010-08-26 16:35:38 +04:00
2011-01-12 10:31:41 +01:00
2010-11-22 10:13:46 +01:00
2010-12-14 13:46:00 +03:00