Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 744456cd5b7c91b636776311d9c3421ab52f4083
https://github.com/Perl/perl5/commit/744456cd5b7c91b636776311d9c3421ab52f4083
Author: Alex Davies <[email protected]>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M .mailmap
M AUTHORS
M MANIFEST
A t/win32/seekdir.t
M win32/win32.c
Log Message:
-----------
win32: do not allow seekdir() out of bounds
Previously you could use seekdir/readdir on Windows to examine
the memory space of the process until this triggered SIGSEGV.
Adds a new test file t/win32/seekdir.t
[Note: patch fixup and squash by Yves]