diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-19 23:12:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-19 23:12:03 +0100 |
commit | bc495b31800ff0fe78752aca481b75f6c3fc8fd8 (patch) | |
tree | 57be35c6444da8f86ae01d7e73ea7539df3a173c /src | |
parent | m (diff) | |
download | libpassphrase-bc495b31800ff0fe78752aca481b75f6c3fc8fd8.tar.gz libpassphrase-bc495b31800ff0fe78752aca481b75f6c3fc8fd8.tar.bz2 libpassphrase-bc495b31800ff0fe78752aca481b75f6c3fc8fd8.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passphrase.c b/src/passphrase.c index 50c957f..c508b85 100644 --- a/src/passphrase.c +++ b/src/passphrase.c @@ -58,7 +58,7 @@ char* get_passphrase(void) _exit(1); } - /* Read password until EOF or Enter, skip all ^0 as that + /* Read password until EOF or Enter, skip all \0 as that is probably not a part of the passphrase (good luck typing that in X.org) and can be echoed into stdin by the kernel. */ for (;;) |