toxcore/.github
iphydf 5a3a0b6453
cleanup: Add nonnull annotations to function definitions.
These help static analysis and ubsan. We should eventually have all
functions annotated like this with a cimple check to make sure every
pointer has an explicit nullability annotation. The `nullable`
annotation does nothing in GCC, but will be used by cimple to validate
that every parameter has defined nullability.
2022-02-08 17:57:47 +00:00
..
scripts cleanup: Add nonnull annotations to function definitions. 2022-02-08 17:57:47 +00:00
workflows feat: Add binary packing functions for tox events. 2022-02-07 02:43:24 +00:00
CODEOWNERS Add CODEOWNERS and settings.yml files. 2020-04-25 03:12:12 +00:00
settings.yml chore: Add an undefined behaviour/integer sanitizer build. 2022-02-08 09:18:18 +00:00