Yukihiro "Matz" Matsumoto
ef94bfc2e6
proc.c (closure_setup): fix NULL check logic
...
It used to check ci to be non NULL in line 37, but we silently assumed
ci was not NULL in the `else` clause too. So instead of checking NULL,
we add assertion. This incomplete check was found by clang-tidy.
2024-03-26 14:00:00 +09:00
..
2024-03-26 13:59:59 +09:00
2024-01-06 14:33:50 +09:00
2024-03-05 12:24:49 +09:00
2024-03-09 14:29:42 +09:00
2024-03-26 14:00:00 +09:00
2024-03-26 13:59:59 +09:00
2024-03-09 14:29:42 +09:00
2024-02-29 19:14:18 +09:00
2023-11-02 13:15:45 +09:00
2024-02-29 19:14:19 +09:00
2023-03-10 08:52:04 +09:00
2023-12-22 15:35:21 +09:00
2024-03-26 13:59:59 +09:00
2024-03-14 11:52:25 +09:00
2023-11-01 22:21:59 +09:00
2024-03-04 13:01:20 +09:00
2023-12-06 15:29:02 +09:00
2024-03-11 11:44:41 +09:00
2022-04-09 17:16:10 +09:00
2024-01-20 22:07:29 +09:00
2024-02-29 19:14:19 +09:00
2022-05-06 16:26:31 +09:00
2024-03-26 14:00:00 +09:00
2024-03-15 23:36:30 +09:00
2024-02-22 10:40:24 +09:00
2024-03-12 08:21:27 +09:00
2022-11-07 16:09:31 +09:00
2024-01-29 21:32:04 +09:00
2024-02-24 23:03:15 +09:00
2024-03-04 13:01:21 +09:00
2020-10-12 16:21:36 +09:00
2024-03-26 13:59:59 +09:00
2016-05-09 17:19:47 +02:00
2024-03-26 14:00:00 +09:00