-
Notifications
You must be signed in to change notification settings - Fork 550
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
gmtime("NaN") in scalar or void context causes a segmentation fault on all perls since 5.12 #14365
Comments
From andreas.guldstrand@gmail.comCreated by andreas.guldstrand@gmail.comRunning gmtime("NaN"); in void or scalar context causes a segmentation fault [0]suppy@luna:~$ perl -e'gmtime("NaN")' This appears to happen on all released perls since 5.12 (inclusive): [0]suppy@luna:~$ for perl in ~/perl5/perlbrew/perls/perl-*/bin/perl; Perl Info
|
From @cpansproutOn Thu Dec 25 01:17:30 2014, andreas.guldstrand@gmail.com wrote:
I have fixed this in d8bd3d8. -- Father Chrysostomos |
The RT System itself - Status changed from 'new' to 'open' |
@cpansprout - Status changed from 'open' to 'pending release' |
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#123495 (status was 'resolved')
Searchable as RT123495$
The text was updated successfully, but these errors were encountered: