1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-21 08:47:42 +03:00
Files
mariadb/mysql-test/r
unknown 1da8ea2ee0 Bug#28558 UpdateXML called with garbage crashes server
Problem: Memory overrun happened in attempts to generate
error messages (e.g. in case of incorrect XPath syntax).
Reason: set_if_bigger() was used instead of set_if_smaller().
Change: replacing wrong set_if_bigger() to set_if_smaller(),
and making minor additional code clean-ups.


mysql-test/r/xml.result:
  Adding test cases for all pieces of code with
  set_if_smaller() followed by my_printf_error().
mysql-test/t/xml.test:
  Adding test cases for all pieces of code with
  set_if_smaller() followed by my_printf_error().
sql/item_xmlfunc.cc:
  - fixing incorrect set_if_bigger to set_if_smaller in two places
  - getting read of unnesessary "char context[32]" variable and
    using '%.*s' instead if '%s' in the error format.
2007-05-23 12:34:47 +05:00
..
2007-03-14 18:18:30 +02:00
2007-03-31 20:27:43 +05:00
2007-02-23 18:49:41 +02:00
2007-04-07 23:16:03 +05:00
2007-04-04 21:35:58 +00:00
2007-03-15 17:35:31 +04:00
2007-03-26 19:15:30 +03:00
2007-02-23 13:13:55 +02:00
2007-04-18 21:39:45 +02:00
2007-03-29 12:45:23 +02:00
2007-02-23 13:13:55 +02:00
2007-04-04 14:19:33 +05:00
2007-04-13 01:52:45 +02:00
2007-04-04 16:58:25 +02:00
2007-02-23 13:13:55 +02:00
2007-04-02 13:57:32 +02:00
2007-03-01 18:16:17 +04:00
2007-03-29 16:11:02 +02:00
2007-04-15 12:16:32 +04:00
2007-03-23 01:04:31 +04:00
2007-04-06 16:06:10 +05:00
2007-03-29 09:08:30 +05:00
2007-03-23 01:04:31 +04:00
2007-04-08 00:05:34 +05:00