mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-28 17:14:39 +00:00
terminal: fix undefined memory access in PageList eraseRows
This commit is contained in:
@@ -2395,8 +2395,8 @@ pub fn eraseRows(
|
||||
break;
|
||||
}
|
||||
|
||||
self.erasePage(chunk.node);
|
||||
erased += chunk.node.data.size.rows;
|
||||
self.erasePage(chunk.node);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user