mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* malloc/malloc.c: Undo all of today's changes.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2000-04-12 Ulrich Drepper <drepper@redhat.com>
|
2000-04-12 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* malloc/malloc.c: Undo all of today's changes.
|
||||||
|
|
||||||
* locale/programs/locale.c (show_info): Don't try to look into
|
* locale/programs/locale.c (show_info): Don't try to look into
|
||||||
data for LC_ALL (there is none).
|
data for LC_ALL (there is none).
|
||||||
|
|
||||||
|
@ -3738,7 +3738,7 @@ Void_t* cALLOc(n, elem_size) size_t n; size_t elem_size;
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
MALLOC_ZERO(mem, sz);
|
MALLOC_ZERO(mem, csz - SIZE_SZ);
|
||||||
return mem;
|
return mem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user