1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-07 11:03:04 +00:00
Incorrect bounds checking and offset calculation in buffer/blit.
This commit is contained in:
Calvin Rose
2020-03-08 20:43:06 -05:00
parent 3d3d314fb7
commit a3d4ecddba
4 changed files with 19 additions and 6 deletions

View File

@@ -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 */