Michał Chojnowski
a1834efd82
sstables: for i_filter downcasts, use dynamic_cast instead of static_cast
...
As of this patch, those static_casts are actually invalid in some cases
(they cast to the wrong type) because of an oversight.
A later patch will fix that. But to even write a reliable reproducer
for the problem, we must force the invalid casts to manifest as a crash
(instead of weird results).
This patch both allows writing a reproducer for the bug and serves
as a bit of defensive programming for the future.
2024-07-11 12:53:54 +02:00
..
2024-06-21 07:12:06 +03:00
2024-07-04 10:01:23 +03:00
2023-12-02 22:37:22 +02:00
2024-05-05 23:31:09 +03:00
2024-04-19 07:44:07 +03:00
2024-06-14 09:50:55 +03:00
2024-06-09 19:21:16 +03:00
2024-01-09 11:45:44 +02:00
2024-01-09 11:45:44 +02:00
2024-01-09 11:45:44 +02:00
2024-04-19 07:44:07 +03:00
2024-07-10 23:32:47 +03:00
2024-04-19 07:44:07 +03:00
2024-03-13 10:44:37 +01:00
2024-02-22 14:53:14 +01:00
2024-02-01 13:42:59 +02:00
2024-01-09 11:45:44 +02:00
2024-03-07 09:07:07 +02:00
2024-01-09 11:45:44 +02:00
2024-02-23 13:55:22 +08:00
2024-01-09 11:45:44 +02:00
2024-05-02 11:49:10 +02:00
2024-06-21 07:12:06 +03:00
2024-05-21 12:14:10 +03:00
2024-03-18 13:23:21 +02:00
2024-01-09 11:45:44 +02:00
2024-01-09 11:45:44 +02:00
2024-04-19 07:44:07 +03:00
2024-05-02 13:12:59 +03:00
2024-05-02 13:12:59 +03:00
2024-05-16 00:28:46 +02:00
2024-07-09 18:31:35 +03:00
2024-06-21 07:12:06 +03:00
2024-06-21 07:12:06 +03:00
2024-06-21 07:12:06 +03:00
2024-05-19 15:23:45 +05:30
2024-06-21 12:56:01 +03:00
2024-05-16 00:28:47 +02:00
2024-07-11 12:53:54 +02:00
2024-07-04 10:01:23 +03:00
2024-06-13 12:43:14 -03:00
2024-06-13 12:43:14 -03:00
2024-01-09 11:45:44 +02:00
2024-07-10 23:32:47 +03:00
2024-04-19 07:44:07 +03:00
2024-07-10 23:32:47 +03:00