fix: leaks and conditional jumps in the parsing

This commit is contained in:
nmap
2025-07-02 16:41:02 +02:00
parent 4c0230cd39
commit 05dd5478c3
2 changed files with 19 additions and 8 deletions

9
.clang-format Normal file
View File

@ -0,0 +1,9 @@
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: AlignWithSpaces
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: Never
AllowShortFunctionsOnASingleLine: Empty
IndentCaseLabels: false
ColumnLimit: 80
AlignConsecutiveMacros: true