We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0537fc9 commit 916376bCopy full SHA for 916376b
src/modules/perl/modperl_perl.c
@@ -268,7 +268,7 @@ void modperl_hash_seed_set(pTHX)
268
#ifdef MP_NEED_HASH_SEED_FIXUP
269
if (MP_init_hash_seed_set) {
270
#if MP_PERL_VERSION_AT_LEAST(5, 17, 6)
271
- memcpy(&PL_hash_seed, &MP_init_hash_seed,
+ memcpy(PL_hash_seed, &MP_init_hash_seed,
272
sizeof(PL_hash_seed) > sizeof(MP_init_hash_seed) ?
273
sizeof(MP_init_hash_seed) : sizeof(PL_hash_seed));
274
PL_hash_seed_set = MP_init_hash_seed_set;
0 commit comments