From 15b40c7915fca14e537534ae9ba03f3add965943 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 13 Jun 2025 03:35:56 -0300 Subject: more work on `operate.cc` --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 2d28ca4..51efb7f 100644 --- a/TODO.md +++ b/TODO.md @@ -28,5 +28,9 @@ The decompiled file has ~115K lines of C. If we take ~15K lines to be rubbish, t - Replace unsafe libc functions like `strcpy`, `strncpy`, `strcat`, `sprintf` etc... - Handle connections inline with `poll`/`epoll` (probably?). - Remove exceptions. + - Would be desirable but I feel it could change too much of the original code flow while also + littering functions with early return checks like `if(err != NOERROR) { return err }` although + we could also have some macros to simplify this since we know we only use `RESULT` for errors. + But then would we be in a better place? - Review signal usage for timing (SIGALRM, etc...). - Support Windows. -- cgit v1.2.3