-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
December 2024 fixes #503
December 2024 fixes #503
Conversation
…d and bound checked, working with negative indices
…ort an additional number, between 0 and 4095 (included)
Static analysis reportLizard reportListing only functions with cyclomatic complexity >= 15 or NLOC >= 100 or parameters >= 6.
Report about files you didn't modify in this PR
CppCheck report
Report files about files you didn't modify in this PR
|
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary stats
Cycles without finds : 0 [+] Captured 36862 tuples (map size 192119, highest value 255, total values 314994790) in '/dev/null'. |
6777042
to
336537b
Compare
336537b
to
bdc50a0
Compare
…olving namespaces
…ack of multiple mods (eg glob+symbols, symbols+prefix, all three at once), which can happen when a file is imported multiple times in a project
…n compiler to accept (if cond then) and not just (if cond then else)
Description
Checklist