summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-29 22:52:27 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-29 22:52:27 +0000
commitb72ff5656275769d47f02d87455d848d39ff01ff (patch)
treed0396e4b10b08e5708c4955fe39ed9d976089830 /malloc.c
parent4929bf7bc76235df307ee4ade0f6222410e8b46b (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index f27df883fe..f76a210509 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 */