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-29 12:00:32 +02:00
2007-03-31 20:27:43 +05:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-07 07:21:24 +01:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-04-10 18:01:29 +03:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-07 07:21:24 +01:00
2007-03-30 04:44:49 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-02-20 12:48:15 +01:00
2007-04-09 17:53:10 +05:00
2007-04-03 14:24:35 +05:00
2007-04-03 11:36:33 +02:00
2007-04-07 14:59:53 +05:00
2007-02-19 17:06:47 +01:00
2007-03-30 10:27:08 +02:00
2007-03-30 04:44:49 +02:00
2007-03-27 12:20:20 +05:00
2007-03-30 12:11:21 +05:00
2007-04-13 10:08:52 +05:00
2007-04-10 16:28:47 +03:00
2007-02-13 01:22:43 +04:00
2007-03-20 17:58:30 +01:00
2007-02-23 18:49:41 +02:00
2007-02-26 11:49:24 +01:00
2007-04-11 15:12:49 -07:00
2007-03-09 17:54:13 +02:00
2007-04-04 13:38:19 +03:00
2007-04-05 20:47:22 +04:00
2007-03-29 09:54:59 -04:00
2007-03-22 00:11:58 +03:00
2007-04-05 15:24:34 +04:00
2007-04-05 15:24:34 +04:00
2007-04-05 15:24:34 +04:00
2007-04-05 20:47:22 +04:00
2007-04-05 15:24:34 +04:00
2007-04-07 23:16:03 +05:00
2007-04-07 23:16:03 +05:00
2007-04-05 20:47:22 +04:00
2007-03-11 00:26:45 +03:00
2007-04-04 21:35:58 +00:00
2007-03-23 12:35:30 +01:00
2007-03-30 04:44:49 +02:00
2007-04-02 17:26:39 +05:00
2007-03-11 00:26:45 +03:00
2007-03-31 02:42:40 +04:00
2007-03-29 13:37:07 +05:00
2007-02-12 14:01:46 -07:00
2007-03-22 11:50:24 +04:00
2007-03-01 19:22:43 -07:00
2007-03-11 00:26:45 +03:00
2007-03-23 22:08:31 +02:00
2007-03-28 09:35:03 +02:00
2007-03-11 00:26:45 +03:00
2007-03-23 22:08:31 +02:00
2007-03-15 17:35:31 +04:00
2007-04-02 11:15:09 +02:00
2007-04-13 14:04:57 +03:00
2007-03-26 19:15:30 +03:00
2007-03-05 10:03:42 +01:00
2007-03-11 00:26:45 +03:00
2007-03-28 08:51:12 +02:00
2007-02-28 14:27:19 +04:00
2007-03-22 01:04:39 +01:00
2007-02-23 21:55:14 +03:00
2007-02-18 15:45:28 +03:00
2007-02-23 23:36:25 +03:00
2007-03-23 20:39:37 +01:00
2007-04-06 14:15:29 +04:00
2007-02-19 14:57:54 +01:00
2007-03-29 12:00:32 +02:00
2007-02-13 01:34:36 -08:00
2007-02-15 15:39:03 +01:00
2007-02-19 13:57:06 +03:00
2007-03-22 15:59:35 -06:00
2007-03-22 23:59:20 +04:00
2007-03-31 02:57:26 +04:00
2007-03-01 14:16:38 +01:00
2007-02-13 01:34:36 -08:00
2007-02-26 14:25:59 +01:00
2007-03-14 12:15:14 +01:00
2007-02-23 13:13:55 +02:00
2007-04-09 11:46:58 +05:00
2007-03-09 13:12:31 +03:00
2007-02-20 21:00:05 +01:00
2007-04-04 21:40:47 +02:00
2007-03-20 17:58:30 +01:00
2007-02-19 15:31:55 +03:00
2007-03-01 14:53:32 +01:00
2007-03-28 17:06:09 +02:00
2007-02-21 19:50:48 +03:00
2007-03-19 11:19:51 +02:00
2007-02-28 21:29:14 +01:00
2007-04-03 16:13:27 +05:00
2007-04-05 22:34:33 +03:00
2007-02-23 22:23:54 +01:00
2007-02-19 13:57:06 +03:00
2007-03-31 17:18:26 +02:00
2007-04-02 11:15:09 +02:00
2007-03-26 02:24:49 -07:00
2007-03-01 18:12:56 +01:00
2007-04-04 15:22:37 +08:00
2007-02-09 21:04:43 +01:00
2007-04-19 06:24:36 +02:00
2007-04-18 16:02:20 +02:00
2007-04-18 16:02:20 +02:00
2007-04-18 21:39:45 +02:00
2007-04-18 16:02:20 +02:00
2007-03-22 07:40:04 +01:00
2007-04-12 07:40:15 +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-03-23 21:49:49 +01:00
2007-03-08 08:22:27 +07:00
2007-03-08 15:37:53 +07:00
2007-04-13 01:52:45 +02:00
2007-03-29 14:18:22 +02:00
2007-04-04 16:58:25 +02:00
2007-02-23 13:13:55 +02:00
2007-03-11 00:26:45 +03:00
2007-02-23 13:13:55 +02:00
2007-04-06 14:15:29 +04:00
2007-04-06 12:45:07 +05:00
2007-02-14 14:44:34 +01:00
2007-04-04 14:01:47 +05:00
2007-02-28 18:14:56 -07:00
2007-03-29 18:42:27 +05:00
2007-03-23 22:08:31 +02:00
2007-03-23 22:08:31 +02:00
2007-03-23 22:08:31 +02:00
2007-03-23 22:08:31 +02:00
2007-03-23 22:08:31 +02:00
2007-04-03 14:34:37 +04:00
2007-03-09 18:09:57 +01:00
2007-03-20 00:42:11 +03:00
2007-03-31 03:12:33 +04:00
2007-04-11 15:12:49 -07:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-04-20 14:03:15 +02:00
2007-04-12 14:00:45 +02:00
2007-03-06 18:15:31 +01:00
2007-04-02 11:15:09 +02:00
2007-03-29 15:09:57 +02:00
2007-03-30 12:16:48 -04:00
2007-03-29 21:59:06 +02:00
2007-03-29 21:59:06 +02:00
2007-04-02 11:15:09 +02:00
2007-04-03 11:36:33 +02:00
2007-04-02 13:57:32 +02:00
2007-02-15 20:28:58 +01:00
2007-04-02 11:15:09 +02:00
2007-03-01 11:52:25 +04:00
2007-03-30 04:44:49 +02:00
2007-03-01 18:16:17 +04:00
2007-05-08 10:17:00 -04:00
2007-04-16 17:08:29 +03:00
2007-03-09 12:18:28 -05:00
2007-04-11 07:59:26 +02:00
2007-03-30 10:27:08 +02:00
2007-04-17 08:36:14 +02:00
2007-04-12 16:13:49 +02:00
2007-04-18 23:08:56 +02:00
2007-03-06 18:15:31 +01:00
2007-03-22 13:17:08 +01:00
2007-04-02 11:15:09 +02:00
2007-03-29 21:59:06 +02:00
2007-04-13 12:03:01 +02:00
2007-03-30 10:27:08 +02:00
2007-04-03 07:20:55 +02:00
2007-04-02 11:15:09 +02:00
2007-04-03 16:13:23 +02:00
2007-04-02 11:15:09 +02:00
2007-03-01 14:16:38 +01:00
2007-03-29 15:09:57 +02:00
2007-03-29 15:29:26 +02:00
2007-04-02 11:15:09 +02:00
2007-03-20 08:52:01 +01:00
2007-03-20 08:52:01 +01:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-01 14:16:38 +01:00
2007-04-02 11:15:09 +02:00
2007-02-15 20:28:58 +01:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-05-22 10:50:32 -04:00
2007-03-01 14:16:38 +01:00
2007-04-02 11:15:09 +02:00
2007-03-01 14:16:38 +01:00
2007-03-01 14:16:38 +01:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-03-01 14:16:38 +01:00
2007-04-02 11:15:09 +02:00
2007-03-01 14:16:38 +01:00
2007-03-01 14:16:38 +01:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-03-29 15:29:26 +02:00
2007-03-30 04:44:49 +02:00
2007-03-29 16:11:02 +02:00
2007-04-05 09:10:22 +02:00
2007-03-30 04:44:49 +02:00
2007-03-30 04:44:49 +02:00
2007-02-15 20:28:58 +01:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-03-30 04:44:49 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-03-30 04:44:49 +02:00
2007-02-26 09:16:22 +01:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 04:44:49 +02:00
2007-03-30 14:05:34 +02:00
2007-02-27 20:57:46 +01:00
2007-04-11 15:12:49 -07:00
2007-03-06 16:44:14 +03:00
2007-03-20 00:42:11 +03:00
2007-04-16 19:20:46 +02:00
2007-04-16 16:55:37 +02:00
2007-04-02 11:15:09 +02:00
2007-03-14 17:38:06 -06:00
2007-03-29 17:27:42 +03:00
2007-02-19 13:57:06 +03:00
2007-04-12 12:50:02 +03:00
2007-04-17 15:45:35 +02:00
2007-04-15 12:05:13 +04:00
2007-04-15 12:16:32 +04:00
2007-03-29 09:54:59 -04:00
2007-03-22 23:59:20 +04:00
2007-03-09 13:12:31 +03:00
2007-03-20 01:29:09 +03:00
2007-04-12 23:21:37 +05:00
2007-03-01 18:12:56 +01:00
2007-04-10 16:28:47 +03:00
2007-04-10 16:28:47 +03:00
2007-02-12 14:32:06 +01:00
2007-03-23 01:04:31 +04:00
2007-03-15 13:08:24 +04:00
2007-04-06 16:06:10 +05:00
2007-03-29 09:08:30 +05:00
2007-03-29 10:42:03 -04:00
2007-03-23 01:04:31 +04:00
2007-03-08 19:08:28 +04:00
2007-03-30 04:44:49 +02:00
2007-03-11 00:26:45 +03:00
2007-04-09 18:06:27 +05:00
2007-03-29 17:27:42 +03:00
2007-04-13 23:32:23 +02:00
2007-04-08 00:05:34 +05:00
2007-05-23 12:34:47 +05:00