-
Notifications
You must be signed in to change notification settings - Fork 558
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
stat should not stack #14499
Comments
From @hvdsAFL (<http://lcamtuf.coredump.cx/afl>) finds this: % ./miniperl -e 'stat-t' When trying to stack filetests, ck_ftst() checks that the kid is not a stat or lstat, but doesn't check the parent. I think the fix is just to add the check: --- a/op.c .. and will push that with a test if nobody disagrees. Hugo |
@hvds - Status changed from 'new' to 'pending release' |
From @khwilliamsonThank you for submitting this ticket. The issue should now be resolved with the release today of Perl v5.22, which is available at http://www.perl.org/get.html |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#123816 (status was 'resolved')
Searchable as RT123816$
The text was updated successfully, but these errors were encountered: