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