summarylogtreecommitdiffstats
path: root/perl-5-33-7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'perl-5-33-7.patch')
-rw-r--r--perl-5-33-7.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/perl-5-33-7.patch b/perl-5-33-7.patch
deleted file mode 100644
index f0c588061775..000000000000
--- a/perl-5-33-7.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modules/perl/modperl_perl.c 2021/04/20 13:48:02 1889013
-+++ src/modules/perl/modperl_perl.c 2021/04/20 13:55:29 1889014
-@@ -268,7 +268,7 @@
- #ifdef MP_NEED_HASH_SEED_FIXUP
- if (MP_init_hash_seed_set) {
- #if MP_PERL_VERSION_AT_LEAST(5, 17, 6)
-- memcpy(&PL_hash_seed, &MP_init_hash_seed,
-+ memcpy(PL_hash_seed, &MP_init_hash_seed,
- sizeof(PL_hash_seed) > sizeof(MP_init_hash_seed) ?
- sizeof(MP_init_hash_seed) : sizeof(PL_hash_seed));
- PL_hash_seed_set = MP_init_hash_seed_set;