Add asan+ubsan or memcheck

This commit is contained in:
def 2020-10-20 10:43:33 +02:00
parent 35a2b845c1
commit 90ad617e9b

View file

@ -10,3 +10,4 @@
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)