mirror of https://github.com/mirror/busybox.git
Fix for a potential uninitialized variable, thx to
Ken Chalmers <chalmers@norscan.com> -Erik1_00_stable_10817
parent
6a4c33c5c0
commit
9cf306d55e
|
@ -37,6 +37,7 @@ extern int id_main(int argc, char **argv)
|
|||
int opt;
|
||||
|
||||
cp = user = group = NULL;
|
||||
gid = 0;
|
||||
|
||||
while ((opt = getopt(argc, argv, "ugr")) > 0) {
|
||||
switch (opt) {
|
||||
|
|
Loading…
Reference in New Issue