When processing files, malloc stores the data of the current line. When processing comments, malloc incorrectly accesses the released memory (use after free).
When processing files, malloc stores the data of the current line. When processing comments, malloc incorrectly accesses the released memory (use after free).