From: Baptiste Daroussin Date: Sat, 10 Dec 2016 12:48:48 +0000 (+0000) Subject: Fix pkg groupshow X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/commitdiff_plain/714016a9d9e28dd9956794c3916bb3f2c6f68cbc Fix pkg groupshow PR: 204676 Submitted by: longwitz@incore.de MFC after: 2 days --- diff --git a/pw/pw_group.c b/pw/pw_group.c index 834160f..0a2b1eb 100644 --- a/pw/pw_group.c +++ b/pw/pw_group.c @@ -282,7 +282,7 @@ int pw_group_show(int argc, char **argv, char *arg1) { struct group *grp = NULL; - char *name; + char *name = NULL; intmax_t id = -1; int ch; bool all, force, quiet, pretty;