mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 08:09:19 +02:00
Fix password reading
This commit is contained in:
parent
27fdc23433
commit
8074696a14
|
@ -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