mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-22 09:01:32 +00:00
fix: alloc free off by one
This commit is contained in:
@@ -353,6 +353,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
const char* ptr;
|
||||
uintptr_t len;
|
||||
uintptr_t cap;
|
||||
} ghostty_string_s;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user