mirror of
https://github.com/janet-lang/janet
synced 2025-11-07 11:03:04 +00:00
Address #301
Incorrect bounds checking and offset calculation in buffer/blit.
This commit is contained in:
@@ -623,7 +623,7 @@ static int line() {
|
||||
if (gbl_len == 0) { /* quit on empty line */
|
||||
clearlines();
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
kdelete(1);
|
||||
break;
|
||||
case 5: /* ctrl-e */
|
||||
|
||||
Reference in New Issue
Block a user