Egor-OSSRevival
Egor-OSSRevival
## What type of PR is this? - [ ] bug - [ ] feature - [x] enhancement ## What problem(s) does this PR solve? #### Issue(s) number: #3224 ####...
## What type of PR is this? - [ ] bug - [ ] feature - [x] enhancement ## What problem(s) does this PR solve? #### Issue(s) number: #2676 ####...
**This change introduces a new lexer state, STR_CONCAT, to handle string concatenation more effectively. It modifies the STR state to transition to STR_CONCAT after encountering a closing quote ("), allowing...
Missing `safe_read` before pointer dereference in `drsyscall_linux.c` #2546 #2478 In `drsyscall/drsyscall_linux.c`, the current code does not include a `safe_read` before dereferencing `arg_ptr`. This could lead to potential issues if the...
## Pull Request Description ### Overview This PR adds mixed encoding support to `enca`, resolving issue #25 where files with multiple encodings (e.g., GB2312 + UTF-8) could not be processed....