mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 21:29:20 +02:00
Fix password reading
This commit is contained in:
parent
0de9a49038
commit
f229342782
|
@ -130,6 +130,7 @@ main(int argc, char **argv)
|
||||||
pw = NULL;
|
pw = NULL;
|
||||||
#endif
|
#endif
|
||||||
username = NULL;
|
username = NULL;
|
||||||
|
memset(password, 0, 33);
|
||||||
foreground = 0;
|
foreground = 0;
|
||||||
newroot = NULL;
|
newroot = NULL;
|
||||||
context = NULL;
|
context = NULL;
|
||||||
|
|
Loading…
Reference in New Issue