mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
Correct an undefined pointer dereference
This commit is contained in:
parent
437c2b33ea
commit
07f64d9e21
@ -143,8 +143,8 @@ restart:
|
||||
*p++ = ch;
|
||||
}
|
||||
}
|
||||
*p = '\0';
|
||||
}
|
||||
*p = '\0';
|
||||
save_errno = errno;
|
||||
if ((term.c_lflag & ECHO) == 0u) {
|
||||
if(write(output, "\n", 1) != -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user