ostafen / smart

String Matching Algorithms Research Tool
https://smart-tool.github.io/smart/
GNU General Public License v3.0
4 stars 2 forks source link

Fix incorrect regex malloc size #47

Closed nishihatapalmer closed 1 year ago

nishihatapalmer commented 1 year ago

Should be sizeof(regex_t), not sizeof(regex_t *)

Apologies for wrong commit message and description below - hit commit before editing the old message.