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