Commit 535e07c7d678cfc4a2b6ad61f72c36e0a46e5111

Christian Weisgerber 2021-08-29T13:09:21

make realloc_ids() malloc-like and do not overallocate Let realloc_ids() take as argument the number of entries to allocate. Do not allocate an extra chunk. ok stsp