unknown
e6a077e348
Bug#33618 (Crash in sp_rcontext)
...
Bug 33983 (Stored Procedures: wrong end <label> syntax is accepted)
The server used to crash when REPEAT or another control instruction
was used in conjunction with labels and a LEAVE instruction.
The crash was caused by a missing "pop" of handlers or cursors in the
code representing the stored program. When executing the code in a loop,
this missing "pop" would result in a stack overflow, corrupting memory.
Code generation has been fixed to produce the missing h_pop/c_pop
instructions.
Also, the logic checking that labels at the beginning and the end of a
statement are matched was incorrect, causing Bug 33983.
End labels, when used, must match the label used at the beginning of a block.
mysql-test/r/sp-code.result:
Bug#33618 (Crash in sp_rcontext)
mysql-test/r/sp-error.result:
Bug 33983 (Stored Procedures: wrong end <label> syntax is accepted)
mysql-test/r/sp.result:
Bug#33618 (Crash in sp_rcontext)
mysql-test/t/sp-code.test:
Bug#33618 (Crash in sp_rcontext)
mysql-test/t/sp-error.test:
Bug 33983 (Stored Procedures: wrong end <label> syntax is accepted)
mysql-test/t/sp.test:
Bug#33618 (Crash in sp_rcontext)
sql/sp_head.cc:
Bug#33618 (Crash in sp_rcontext)
sql/sp_head.h:
Bug#33618 (Crash in sp_rcontext)
sql/sp_rcontext.cc:
Bug#33618 (Crash in sp_rcontext)
sql/sp_rcontext.h:
Bug#33618 (Crash in sp_rcontext)
sql/sql_yacc.yy:
Bug#33618 (Crash in sp_rcontext)
2008-01-23 13:26:41 -07:00
..
2007-10-17 20:08:58 +04:00
2007-10-23 16:16:59 +05:00
2006-12-31 01:02:27 +01:00
2007-08-29 22:29:07 +02:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-07-12 00:55:40 +05:00
2007-12-13 14:52:49 +04:00
2007-11-17 16:48:57 +04:00
2007-10-22 16:10:08 +04:00
2006-12-31 01:02:27 +01:00
2007-01-31 00:06:42 +01:00
2007-10-05 16:33:08 +05:00
2006-12-31 01:02:27 +01:00
2007-06-27 13:19:34 +05:00
2007-01-22 14:04:40 +02:00
2007-07-26 20:52:53 +04:00
2007-02-22 16:59:57 +02:00
2007-12-13 23:46:29 +04:00
2007-11-16 14:46:36 +04:00
2007-11-30 17:08:00 +04:00
2007-11-30 17:08:00 +04:00
2007-10-23 16:32:05 +05:00
2007-07-17 19:51:50 +04:00
2007-11-20 10:53:19 -07:00
2007-10-02 23:47:30 -06:00
2007-12-13 14:52:49 +04:00
2007-07-12 13:29:51 +02:00
2007-11-26 18:58:54 +03:00
2007-06-06 04:42:41 +05:00
2007-10-04 11:32:49 +02:00
2007-06-19 13:56:02 +02:00
2007-12-10 10:31:51 +01:00
2007-11-05 20:18:22 +01:00
2007-11-16 14:46:36 +04:00
2007-08-01 18:39:13 -06:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-05-28 12:44:59 +04:00
2006-12-31 01:02:27 +01:00
2007-12-13 14:52:49 +04:00
2007-12-04 20:58:21 -07:00
2007-08-02 14:51:03 +05:00
2007-05-10 00:17:21 +05:00
2007-12-13 14:52:49 +04:00
2007-12-13 14:52:49 +04:00
2007-11-17 16:48:57 +04:00
2007-10-04 12:01:28 +05:00
2006-12-23 20:17:15 +01:00
2007-01-22 14:04:40 +02:00
2007-10-11 16:07:10 +05:00
2007-12-04 20:58:21 -07:00
2007-11-19 21:15:53 +00:00
2007-10-30 14:27:21 +02:00
2007-10-29 14:53:10 +04:00
2007-06-29 10:39:17 +03:00
2007-12-04 20:58:21 -07:00
2007-11-08 06:08:44 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-12-13 14:52:49 +04:00
2007-12-13 14:52:49 +04:00
2007-11-21 22:56:42 +04:00
2007-03-08 12:04:45 +03:00
2007-03-08 12:04:45 +03:00
2007-08-27 10:13:54 -03:00
2007-11-13 09:43:29 +01:00
2007-10-29 15:20:59 +02:00
2007-11-05 17:20:10 +02:00
2007-06-28 11:13:18 +02:00
2006-12-31 01:02:27 +01:00
2006-09-01 10:32:12 +02:00
2006-12-31 01:02:27 +01:00
2007-10-05 09:38:57 +02:00
2007-05-28 00:05:38 +02:00
2006-12-31 01:02:27 +01:00
2007-11-30 06:32:04 +01:00
2006-12-23 20:17:15 +01:00
2007-12-14 06:53:55 +01:00
2007-06-19 12:31:37 +05:00
2007-12-13 14:52:49 +04:00
2007-01-22 14:04:40 +02:00
2007-10-24 11:15:08 +03:00
2007-04-06 18:56:39 +04:00
2006-12-23 20:17:15 +01:00
2007-01-22 14:04:40 +02:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-12-01 13:09:16 +01:00
2007-05-16 10:44:59 +02:00
2007-10-17 20:08:58 +04:00
2007-02-21 14:07:08 +02:00
2006-12-31 01:02:27 +01:00
2007-12-13 14:52:49 +04:00
2007-12-13 14:52:49 +04:00
2007-10-26 19:18:02 +02:00
2007-02-08 15:53:14 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2008-01-23 13:26:41 -07:00
2008-01-23 13:26:41 -07:00
2007-03-14 12:02:32 -06:00
2007-03-14 12:02:32 -06:00
2008-01-23 13:26:41 -07:00
2008-01-23 13:26:41 -07:00
2007-10-09 20:46:33 -03:00
2006-12-23 20:17:15 +01:00
2007-07-05 18:24:48 +03:00
2007-03-23 16:28:07 -06:00
2007-12-04 20:58:21 -07:00
2007-09-27 12:15:19 +03:00
2007-02-06 17:18:43 +04:00
2006-12-31 01:02:27 +01:00
2007-10-17 20:08:58 +04:00
2007-11-21 18:35:02 -07:00
2006-12-23 20:17:15 +01:00
2007-10-01 12:44:29 +02:00
2007-08-17 16:55:20 +02:00
2007-11-20 20:15:20 +04:00
2007-12-13 14:52:49 +04:00
2007-05-24 11:21:27 +02:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-07-05 02:20:32 +04:00
2007-10-29 15:20:59 +02:00
2007-03-22 15:07:32 +01:00
2006-12-31 01:02:27 +01:00
2007-06-20 12:46:15 +04:00
2007-06-06 04:42:41 +05:00
2007-10-12 10:55:46 -03:00
2007-10-17 20:08:58 +04:00
2007-12-13 14:52:49 +04:00
2007-08-30 17:23:40 -06:00
2007-11-19 17:59:44 +01:00
2006-12-31 01:02:27 +01:00
2007-03-29 10:35:28 +04:00
2007-10-29 15:20:59 +02:00
2007-01-12 12:22:54 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-10-23 14:27:11 +05:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-12-10 12:19:48 +01:00
2007-11-19 17:59:44 +01:00
2006-12-31 01:02:27 +01:00
2007-10-03 11:57:14 +02:00
2006-12-31 01:02:27 +01:00
2007-12-13 14:52:49 +04:00
2007-11-07 18:02:12 +02:00
2007-09-20 13:54:46 +05:00
2007-07-01 15:33:28 -07:00
2006-12-23 20:17:15 +01:00
2007-11-19 21:34:21 +04:00
2007-01-22 14:04:40 +02:00
2007-12-13 14:52:49 +04:00
2006-12-31 01:02:27 +01:00
2007-09-04 16:40:27 -06:00
2007-07-12 22:26:41 +04:00
2007-11-09 13:41:50 +03:00
2007-07-06 16:18:49 +04:00
2007-07-31 16:15:56 +04:00
2007-11-06 13:27:48 +02:00
2007-09-27 23:45:39 +04:00
2006-12-23 20:17:15 +01:00
2008-01-23 13:26:41 -07:00
2007-07-07 07:46:17 +02:00
2006-12-23 20:17:15 +01:00
2007-03-22 20:32:07 +02:00
2007-10-26 15:37:38 +05:00
2007-10-10 16:26:02 +03:00
2007-09-24 15:34:10 +03:00
2006-12-31 01:02:27 +01:00
2007-08-06 04:57:28 -07:00
2006-12-23 20:17:15 +01:00
2007-05-16 10:44:59 +02:00
2007-05-16 10:44:59 +02:00
2007-11-27 17:16:52 +02:00
2007-10-17 17:54:11 -04:00
2007-07-01 15:33:28 -07:00
2007-11-10 21:39:30 +04:00
2007-08-03 01:58:21 +05:00