mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 16:31:24 +00:00
another overlapping_strcpy
This commit is contained in:
parent
0f293b96dc
commit
41660c5b2d
@ -345,7 +345,7 @@ static void input_delete(int save)
|
||||
}
|
||||
#endif
|
||||
|
||||
strcpy(command_ps + j, command_ps + j + 1);
|
||||
overlapping_strcpy(command_ps + j, command_ps + j + 1);
|
||||
command_len--;
|
||||
input_end(); /* rewrite new line */
|
||||
cmdedit_set_out_char(' '); /* erase char */
|
||||
|
Loading…
Reference in New Issue
Block a user