morenice / ahocorasick

C implementation Aho-Corasick string matching
MIT License
23 stars 7 forks source link

aho_del_match_text will crash on free(iter->text) #9

Closed zxxunkxzhx closed 3 years ago

zxxunkxzhx commented 3 years ago

iter->text may be constant which are not allocated from the heap