summaryrefslogtreecommitdiff
path: root/src/extractors/youku.c
AgeCommit message (Collapse)AuthorFilesLines
2024-03-02tree-wide: use FREE_AND_NULLIFY macro and reformat codeMole Shang1-7/+7
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-01tree-wide: fix uaf bugsMole Shang1-7/+7
2023-08-10extractors: initial youku supportMole Shang1-0/+179