Alexey Kopytov
07e95b39c4
Bug#54477: Crash on IN / CASE with NULL arguments
...
Incorrect handling of NULL arguments could lead to a crash on
the IN or CASE operations when either NULL arguments were
passed explicitly as arguments (IN) or implicitly generated by
the WITH ROLLUP modifier (both IN and CASE).
Item_func_case::find_item() assumed all necessary comparators
to be instantiated in fix_length_and_dec(). However, in the
presence of WITH ROLLUP modifier, arguments could be
substituted with an Item_null leading to an "unexpected"
STRING_RESULT comparator being invoked.
In addition to the problem identical to the above,
Item_func_in::val_int() could crash even with explicitly passed
NULL arguments due to an optimization in fix_length_and_dec()
leading to NULL arguments being ignored during comparators
creation.
2010-06-22 22:53:08 +04:00
..
2009-08-25 15:56:50 +02:00
2010-05-24 21:54:08 +08:00
2009-12-18 14:00:30 +02:00
2009-10-30 11:40:44 +02:00
2009-05-15 12:15:56 +02:00
2010-03-25 23:57:06 +04:00
2009-08-20 14:30:59 +02:00
2009-02-09 22:00:15 +01:00
2010-02-25 23:13:11 +04:00
2010-05-28 00:07:40 +04:00
2009-07-10 15:00:34 +03:00
2010-02-02 14:17:21 +02:00
2010-04-22 15:52:00 +02:00
2010-04-22 15:52:00 +02:00
2009-09-18 16:01:18 +03:00
2009-09-18 16:01:18 +03:00
2009-11-25 12:25:49 +05:30
2009-11-30 10:54:26 +05:30
2009-05-21 13:06:43 +05:00
2009-01-15 14:58:32 +03:00
2009-01-31 22:04:57 -02:00
2009-02-05 21:47:23 +01:00
2009-05-15 12:15:56 +02:00
2009-02-09 22:00:15 +01:00
2009-05-25 17:19:20 +02:00
2009-05-11 20:54:00 -03:00
2009-06-08 20:03:01 -03:00
2009-12-22 13:52:23 +04:00
2010-05-24 21:54:08 +08:00
2010-01-16 15:44:24 +08:00
2009-02-05 13:49:32 +04:00
2010-02-17 16:13:42 +04:00
2009-03-19 12:20:28 +04:00
2010-05-24 21:54:08 +08:00
2009-07-24 11:27:23 +05:00
2008-12-01 13:34:53 +02:00
2008-12-01 13:34:53 +02:00
2009-09-07 13:42:54 +08:00
2010-03-22 16:27:59 +04:00
2009-05-05 11:55:22 +05:00
2010-04-06 12:26:59 +05:00
2009-12-03 13:22:34 +04:00
2009-01-13 23:29:11 +01:00
2009-05-15 12:15:56 +02:00
2009-05-15 12:15:56 +02:00
2009-09-29 17:38:40 +02:00
2009-11-18 13:49:45 +01:00
2010-05-14 15:36:27 +04:00
2009-07-11 23:44:29 +05:00
2009-03-03 21:34:18 +01:00
2010-06-04 10:53:18 +02:00
2009-09-06 00:42:17 +04:00
2009-05-15 12:15:56 +02:00
2010-05-21 15:23:48 +04:00
2009-03-11 17:30:56 -03:00
2009-05-15 12:15:56 +02:00
2009-08-27 15:17:09 +02:00
2010-05-19 11:18:59 +02:00
2009-05-15 12:15:56 +02:00
2009-05-15 12:15:56 +02:00
2010-05-29 22:16:45 +04:00
2009-05-15 12:15:56 +02:00
2010-05-24 21:54:08 +08:00
2009-03-03 21:34:18 +01:00
2009-10-20 11:00:07 -07:00
2009-05-15 12:15:56 +02:00
2009-12-22 17:52:15 +02:00
2008-12-17 17:24:34 +04:00
2008-12-17 17:24:34 +04:00
2010-03-25 16:08:21 +04:00
2009-06-19 11:27:19 +02:00
2010-04-03 00:30:22 +04:00
2009-05-27 14:20:57 +04:00
2009-04-17 18:52:57 +03:00
2009-04-27 15:05:01 +05:00
2010-03-31 17:00:56 +04:00
2009-11-24 18:26:13 +03:00
2008-12-12 17:16:25 +04:00
2010-06-22 22:53:08 +04:00
2010-06-08 10:22:40 +04:00
2009-07-21 19:56:35 +02:00
2009-03-27 10:18:06 +08:00
2009-02-06 18:25:08 +01:00
2009-06-16 16:36:15 +02:00
2010-03-26 09:49:35 +04:00
2009-01-23 13:22:05 +01:00
2010-03-25 15:49:01 +04:00
2009-12-11 16:02:47 +02:00
2009-10-29 22:06:10 -07:00
2009-10-20 11:47:57 +05:30
2009-10-27 12:09:19 +04:00
2010-05-04 17:03:28 +03:00
2009-01-13 13:09:12 +02:00
2010-05-12 20:10:33 +04:00
2010-06-11 09:38:29 +02:00
2010-06-09 14:45:04 +04:00
2010-04-05 16:10:26 +05:00
2009-05-06 15:00:14 +05:30
2009-03-14 21:58:23 +03:00
2009-09-28 13:25:47 +02:00
2010-01-21 17:14:10 +02:00
2009-07-06 18:20:17 -04:00
2009-04-02 13:00:44 +02:00
2009-02-20 16:56:32 +01:00
2009-02-09 19:03:52 +04:00
2009-02-09 19:03:52 +04:00
2009-10-28 17:49:56 +03:00
2009-11-12 12:43:33 +01:00
2010-05-28 00:07:40 +04:00
2009-01-09 14:04:47 +02:00
2009-01-09 14:04:47 +02:00
2009-02-20 11:12:06 +02:00
2010-06-21 15:09:58 +04:00
2009-07-30 16:31:45 +02:00
2009-05-06 17:11:08 +02:00
2009-09-02 18:58:17 +02:00
2009-04-28 20:12:18 +02:00
2009-04-09 14:38:50 +05:00
2010-06-01 11:54:06 +04:00
2010-04-27 00:46:52 +04:00
2009-10-20 11:00:07 -07:00
2010-06-09 11:29:27 +03:00
2009-10-19 13:44:44 +05:00
2009-08-28 18:49:16 -03:00
2009-08-28 18:49:16 -03:00
2009-12-18 18:32:55 -02:00
2010-05-28 00:07:40 +04:00
2009-02-02 22:20:25 +01:00
2009-03-05 15:22:33 +01:00
2010-05-12 13:19:12 +02:00
2009-06-15 20:27:27 -03:00
2010-02-26 09:22:48 -03:00
2009-08-27 15:17:09 +02:00
2009-03-11 17:30:56 -03:00
2009-10-27 14:09:36 +04:00
2009-09-09 14:38:50 +05:00
2009-09-09 14:38:50 +05:00
2009-09-09 14:38:50 +05:00
2009-08-28 16:13:27 +02:00
2009-02-17 18:22:48 +04:00
2009-02-18 16:09:46 +04:00
2010-03-19 10:01:02 +04:00
2010-03-12 10:33:16 +04:00
2009-06-08 19:18:31 -03:00
2010-05-24 21:54:08 +08:00
2009-04-06 12:31:17 +05:30
2009-10-14 16:26:16 +05:00
2009-05-04 14:35:16 +05:30
2009-09-17 16:33:23 +05:00
2010-03-12 14:43:30 +04:00
2009-04-07 17:06:15 +05:30
2010-02-26 23:19:59 -03:00
2009-03-25 11:47:41 +03:00
2009-06-17 20:10:48 +04:00
2009-12-17 12:06:36 -08:00
2009-04-02 18:34:18 -04:00
2009-09-07 13:42:54 +08:00
2010-03-28 19:57:33 +08:00
2009-05-20 18:31:10 -07:00
2009-05-22 10:38:17 -04:00
2009-03-02 11:03:13 +01:00
2010-05-20 17:38:01 +02:00
2010-06-03 10:31:26 +02:00
2010-06-03 10:31:26 +02:00
2010-02-09 18:13:57 +01:00
2009-11-03 01:19:37 +01:00
2010-02-07 00:12:04 +00:00
2009-04-30 12:26:11 +02:00
2009-09-02 23:29:11 +02:00
2009-02-05 13:49:32 +04:00
2009-11-06 09:44:01 +03:00
2010-01-29 16:54:27 +02:00
2009-12-10 17:38:01 +02:00
2010-05-07 00:41:37 +04:00
2009-02-03 14:45:17 +01:00
2009-02-05 21:47:23 +01:00
2009-06-19 11:27:19 +02:00
2009-04-17 16:00:53 -04:00
2009-04-17 16:00:53 -04:00
2009-12-13 23:29:50 +03:00
2009-09-03 08:38:06 +02:00
2010-02-01 16:07:00 +01:00
2009-01-08 15:16:44 +01:00
2009-08-12 12:03:05 +02:00
2010-06-01 09:02:28 +02:00
2009-09-25 11:26:49 +02:00
2010-04-12 17:26:20 +03:00
2008-12-16 12:44:18 +01:00
2010-01-07 11:22:45 +01:00
2008-12-10 19:29:22 +01:00
2010-01-18 17:49:18 +01:00
2010-03-12 11:52:38 +01:00
2009-04-17 16:00:53 -04:00
2009-07-27 16:50:43 +05:30
2009-10-08 15:36:43 +02:00
2009-10-09 16:12:01 +02:00
2010-03-10 12:56:05 +01:00
2010-03-04 12:09:09 +01:00
2009-07-27 16:50:43 +05:30
2010-03-22 16:30:27 +04:00
2008-11-28 17:12:43 +04:00
2009-06-10 10:59:49 +02:00
2009-10-08 10:39:15 +02:00
2010-03-09 09:16:17 -03:00
2010-03-14 08:16:59 -03:00
2009-10-08 10:39:15 +02:00
2009-05-05 17:03:23 -04:00
2009-04-01 10:58:55 +02:00
2010-05-20 16:27:35 +03:00
2010-01-16 15:44:24 +08:00
2009-09-04 17:02:17 -03:00
2009-08-27 15:17:09 +02:00
2010-04-16 16:42:34 +05:00
2009-02-23 09:03:31 +01:00
2009-06-17 16:28:11 +02:00
2009-02-13 17:26:20 -02:00
2010-03-24 17:37:41 +01:00
2009-11-03 17:18:43 +01:00
2010-05-10 09:23:23 +02:00
2009-03-06 15:56:17 +01:00
2009-02-11 10:27:52 +01:00
2010-05-21 22:47:32 +04:00
2010-04-16 16:42:34 +05:00
2010-01-29 15:08:49 +04:00
2009-03-26 20:17:27 -03:00
2009-08-27 15:17:09 +02:00
2009-12-15 11:03:24 +02:00
2010-03-31 16:12:37 +03:00
2010-02-05 13:39:46 +04:00
2010-01-15 10:51:39 +02:00
2010-05-24 21:54:08 +08:00
2010-02-13 08:35:14 -02:00
2009-11-21 09:18:21 -02:00
2009-10-19 16:55:04 +03:00
2009-07-03 10:19:32 +02:00
2009-11-27 18:10:28 +02:00
2009-02-05 21:47:23 +01:00
2009-12-02 15:17:08 +04:00
2009-12-23 17:44:03 +04:00
2009-06-12 18:11:19 -03:00
2009-03-03 21:34:18 +01:00
2009-03-03 21:34:18 +01:00
2009-03-03 21:34:18 +01:00
2008-12-17 17:23:21 +04:00
2009-08-27 15:17:09 +02:00
2009-06-10 11:58:36 +03:00
2009-03-05 08:20:01 -03:00
2009-11-03 13:48:59 +01:00
2009-09-18 12:34:08 +03:00
2010-04-02 01:35:36 +05:30
2010-04-01 18:49:02 +04:00
2009-02-05 21:47:23 +01:00
2009-02-02 13:36:03 +02:00
2009-01-07 10:11:37 -02:00
2009-01-12 17:40:29 +01:00
2009-02-05 21:47:23 +01:00
2009-06-25 15:52:50 +05:00
2009-02-19 18:24:25 -05:00
2010-04-01 10:15:22 -03:00
2009-03-11 14:54:57 -06:00
2010-02-16 13:13:49 +04:00
2010-03-16 10:20:07 +01:00
2009-02-13 19:07:03 +01:00
2009-02-14 18:36:57 +03:00
2009-11-20 12:10:47 +02:00
2010-05-31 13:25:11 +04:00
2009-01-31 02:08:41 +01:00
2010-03-22 12:33:25 +04:00
2010-03-18 11:26:27 +01:00
2010-01-06 12:24:51 +02:00
2010-03-10 17:10:05 +01:00
2010-05-21 22:47:32 +04:00
2009-03-03 21:34:18 +01:00
2009-12-22 14:38:33 +04:00
2009-04-28 20:12:18 +02:00
2010-02-11 14:26:58 +01:00
2010-05-20 10:31:03 +04:00
2009-03-26 19:12:19 +01:00
2009-04-06 13:42:33 +02:00
2008-12-13 19:42:12 +00:00
2010-06-04 17:10:22 +03:00
2010-03-09 07:36:26 -03:00
2010-02-12 00:54:14 -02:00
2010-04-06 12:26:59 +05:00
2009-03-06 15:56:17 +01:00
2008-12-17 19:45:34 +04:00
2009-09-10 13:49:49 +05:00
2009-09-22 08:22:07 -03:00
2010-03-10 19:31:22 +04:00
2009-04-01 13:40:33 +05:00