This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
authorNicholas Clark <nick@ccl4.org>
Sat, 14 Oct 2006 23:06:52 +0000 (23:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 14 Oct 2006 23:06:52 +0000 (23:06 +0000)
commitf90039530aefc66446e68f0a752b598967d100ac
tree2f9a3e9af1d4013a31a8fd31f8568cc63e1ec941
parent150e77ce34d3aa0165d475fba43d6f619fb12856
Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
dereference of member of the structure being reallocated as part of
the size calculation. (This one was well hidden by macros)

p4raw-id: //depot/perl@29018
regcomp.c