Actions
Bug #12918
closed(1/nil) can be created by Marshal.load
Bug #12918:
(1/nil) can be created by Marshal.load
Description
Updated by shugo (Shugo Maeda) over 9 years ago
- Related to Bug #12915: 1..nil can be created by Marshal.load added
Updated by nobu (Nobuyoshi Nakada) over 9 years ago
- Status changed from Open to Closed
Applied in changeset r56702.
rational.c: check load
- rational.c (nurat_loader, nurat_marshal_load): check if loading
values are Integer. [ruby-core:78071] [Bug #12918]
Actions