Commit 7e90795b4061e4d023c8ab4937d988dbbdbf9d15

Paul Eggert 2021-04-06T17:45:33

group-member: minor tweak to omit a * * lib/group-member.c: Include intprops.h. (get_group_info): Use INT_MULTIPLY_WRAPV instead of xalloc_oversized (which does a multiplication) followed by the same multiplication. The code was OK as-is; this is just conceptual simplification, possible now that we have xalloc_count_t. * modules/group-member: Depend on intprops.