Branch: refs/heads/yves/always_determine_if_hash_insert_is_collision
Home: https://github.com/Perl/perl5
Commit: cd1eee8bc15db2e64794ea43d06e14a705936eb6
https://github.com/Perl/perl5/commit/cd1eee8bc15db2e64794ea43d06e14a705936eb6
Author: Yves Orton <[email protected]>
Date: 2022-03-05 (Sat, 05 Mar 2022)
Changed paths:
M hv.c
Log Message:
-----------
hv.c: ALWAYS perform in_collision check
This is a critical patch. Any perl built with the previous code
without PERL_HASH_RANDOMIZE_KEYS would never perform a key split!