Fix bad memory access in ReplaceAll
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
/*
|
||||
- [x] ReplaceAll - heap-use-after-free address, how to debug? I think would be nice to iterate all buffer ids and their addresses along with the state
|
||||
|
||||
- [x] BRO, the caret teleports on linux when I press the arrow for too long
|
||||
- [ ] Report SDL newest vs SDL previous version on wayland
|
||||
|
||||
@@ -900,8 +902,8 @@ int main(int argc, char **argv, char **envp)
|
||||
char **argv = __argv;
|
||||
AttachConsole(ATTACH_PARENT_PROCESS);
|
||||
#endif
|
||||
InitScratch();
|
||||
InitOS(ReportErrorf);
|
||||
InitScratch();
|
||||
|
||||
ProjectFolder = GetWorkingDir(Perm);
|
||||
HomeFolder = SDL_GetUserFolder(SDL_FOLDER_HOME);
|
||||
|
||||
Reference in New Issue
Block a user