-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write() with format containing ... crashes perl #14425
Comments
From @xenuCreated by @xenuThis is a bug report for perl from me@xenu.tk, ----------------------------------------------------------------- Hello, I was playing with format and I've noticed that using '...' in Following snippet of code crashes perl: =========== use strict; my $foo; format = $foo = 'sddsdasadsdasadsadsasd'; write; =========== Cheers, Perl Info
|
From @jkeenanOn Sun Jan 18 14:21:29 2015, me@xenu.tk wrote:
Confirmed as existing on Linux as well. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @tonycozOn Sun Jan 18 14:21:29 2015, me@xenu.tk wrote:
My patch for 123538 fixed this. Tony |
@tonycoz - Status changed from 'open' to 'pending release' |
From @iabynOn Sun, Jan 18, 2015 at 02:21:29PM -0800, Tomasz Konojacki wrote:
Thanks for the report. This has recently been fixed in the development -- |
From @iabynOn Wed, Jan 21, 2015 at 11:06:23AM +0000, Dave Mitchell wrote:
That's this commit: commit 62db6ea [perl #123538] always set chophere and itembytes at the same time In fact I've just noticed that it was back-ported this morning, so it will -- |
From @khwilliamsonThanks for submitting this ticket The issue should be resolved with the release today of Perl v5.22, available at http://www.perl.org/get.html -- |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#123622 (status was 'resolved')
Searchable as RT123622$
The text was updated successfully, but these errors were encountered: