csope/TODO
2023-07-27 20:04:50 +02:00

8 lines
257 B
Plaintext

# BUGS
+ Changing text double frees:
free(): double free detected in tcache 2
Aborted
+ Normalize tabs and spaces
+ Ordering function declarations in global.h by alpha order is not smart
+ Handle unused parameters gracefully (#define UNUSED(x) (void)(x))