From: Gurusamy Sarathy Date: Tue, 29 Feb 2000 22:52:27 +0000 (+0000) Subject: better fix for malloc bug in change#5346 (from Dominic Dunlop) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b72ff5656275769d47f02d87455d848d39ff01ff;p=p5sagit%2Fp5-mst-13.2.git better fix for malloc bug in change#5346 (from Dominic Dunlop) p4raw-link: @5346 on //depot/perl: 0f297bd804f61ea0809c358c647840f86e05b2dc p4raw-id: //depot/perl@5372 --- diff --git a/malloc.c b/malloc.c index f27df88..f76a210 100644 --- a/malloc.c +++ b/malloc.c @@ -441,8 +441,8 @@ union overhead { double strut; /* alignment problems */ #endif struct { - u_char ovu_magic; /* magic number */ u_char ovu_index; /* bucket # */ + u_char ovu_magic; /* magic number */ #ifdef RCHECK u_short ovu_size; /* actual block size */ u_int ovu_rmagic; /* range magic number */