[perl #54758] Perl 5.10 memory corruption
authorDave Mitchell <davem@fdisolutions.com>
Tue, 27 May 2008 00:12:52 +0000 (00:12 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Tue, 27 May 2008 00:12:52 +0000 (00:12 +0000)
commit62b40d2474e7487e6909e1872b6bccdf812c6818
treef7c2a7ef2876e1b3c783a54b6a39d1a548454f50
parentd49025b75d9b5002071bd1a4210654dab5663ef0
[perl #54758] Perl 5.10 memory corruption
When @a = sort @a is pessimised if @a has magic,
growing the stack requires various pointers to be reset in case
the stack gets reallocated.

p4raw-id: //depot/perl@33937
pp_sort.c