Skip to content

Commit e616aff

Browse files
committed
bisect-runner.pl must patch in the size of PL_uuemap[]
1 parent 34b7506 commit e616aff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Porting/bisect-runner.pl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4093,6 +4093,11 @@ sub patch_C {
40934093
EOPATCH
40944094
}
40954095
4096+
if ($major < 6 && extract_from_file('perl.h', qr/PL_uuemap\[\]/)) {
4097+
# That [] needs to be [65]:
4098+
apply_commit('7575fa06ca7baf15');
4099+
}
4100+
40964101
if ($major < 6 && $^O eq 'darwin'
40974102
&& !extract_from_file('perl.h', qr/ifdef I_FCNTL/)) {
40984103
# This is part of commit 9a34ef1dede5fef4, but in a stable part of the

0 commit comments

Comments
 (0)