Project

General

Profile

This project is closed and read-only.

Actions

Backport #2548

closed

Marshal dump/load fails when given an array containing certain (rather silly) symbols

Backport #2548: Marshal dump/load fails when given an array containing certain (rather silly) symbols

Added by coatl (caleb clausen) over 16 years ago. Updated about 7 years ago.

Status:
Closed
[ruby-core:27375]

Description

=begin
Either Marshal.dump or Marshal.load is failing to do the right thing with certain symbols which name backreference variables of unusual size. Here's the simplest example I could find:

$ ruby19 -e 'p Marshal.load Marshal.dump [:$98349576875974523789734582394578,nil]'
-e:1:in load': dump format error(0x0) (ArgumentError) from -e:1:in

'

This case works without a problem in ruby 1.8. The problem goes away if the second element of the array is left off, or if the symbol is used by itself without an array enclosing it. Marshal.load is raising the error, but I'm not sure if the problem is there or if Marshal.dump is emitting something incorrect.

Tested on ruby 1.9.1, but I'm guessing 1.9.2 has the same issue.
=end


Related issues 1 (0 open1 closed)

Has duplicate Backport191 - Backport #3729: Fwd: 1.9.1 has marshal bugs in everything but p129Closedyugui (Yuki Sonoda)Actions
Actions

Also available in: PDF Atom