Subject: | crash on long string [YAML #90593] |
Date: | Tue, 28 Jan 2014 15:04:20 -0500 |
To: | bug-YAML [...] rt.cpan.org, Thorsten Eckel <thorsten.eckel [...] otrs.com>, Ingy döt Net <ingy [...] ingy.net> |
From: | "Jonathan A. Marshall" <jmarshall [...] acquiremedia.com> |
RT#90593 claims that this bug was fixed in version 0.85. But I am still
encountering this problem in YAML version 0.88, using Perl 5.8.8.
Simple test: just run t/rt-90593.t. It crashes at line 518, during the
invocation of $self->inline. This indicates a problem with the inline()
function. The crash does not occur at that location when I replace
$self->inline with $self->{inline}.
Thanks and best wishes,
--Jonathan