Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | tree-wide: use FREE_AND_NULLIFY macro and reformat code | Mole Shang | 1 | -3/+3 | |
Jeez idk why i forgot the pass-by-value feature, so the original version never gets the pointer nullified. Fix it by using our favourite C-style macro. | |||||
2024-03-01 | tree-wide: fix uaf bugs | Mole Shang | 1 | -3/+4 | |
2023-08-09 | tree-wide: pass pointer-to-pointer to correctly free pointers | Mole Shang | 1 | -3/+3 | |
2023-08-09 | utils/types: support resizing an array to 0 | Mole Shang | 1 | -4/+15 | |
2023-08-07 | utils: split type definition code into utils/types | Mole Shang | 1 | -0/+120 | |