diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-29 22:52:27 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-29 22:52:27 +0000 |
commit | b72ff5656275769d47f02d87455d848d39ff01ff (patch) | |
tree | d0396e4b10b08e5708c4955fe39ed9d976089830 /malloc.c | |
parent | 4929bf7bc76235df307ee4ade0f6222410e8b46b (diff) | |
download | perl-b72ff5656275769d47f02d87455d848d39ff01ff.tar.gz |
better fix for malloc bug in change#5346 (from Dominic Dunlop)
p4raw-link: @5346 on //depot/perl: 0f297bd804f61ea0809c358c647840f86e05b2dc
p4raw-id: //depot/perl@5372
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |