From b203ee00f015715ead49f695db96276cc664ef0d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 29 Oct 2003 17:35:16 +0000 Subject: [PATCH] Log xrealloc -> free+xmalloc changes for getgroups, quotearg. --- lib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 6733de4060..429a189345 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-10-29 Paul Eggert + + * getgroups.c (getgroups): Don't use xrealloc, since we don't need + the buffer preserved. Use free and xmalloc instead. + * quotearg.c (quotearg_n_options): Likewise. + Use a simpler test for size overflow. Don't use xalloc_oversized + because unsigned int might be wider than size_t (!); this suggests + that we should switch from unsigned int to size_t for slot numbers. + 2003-10-27 Bruno Haible * stdbool_.h: Better support for BeOS. -- 2.30.2