aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/aho-corasick/acism_create.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix some ubsan related issuesVsevolod Stakhov2019-08-121-1/+1
|
* [Fix] Fix actrie implementation (sync from upstream), fixed OOB readVsevolod Stakhov2018-11-121-56/+57
|
* [Minor] Don't use shift on -1Vsevolod Stakhov2018-10-031-2/+2
|
* [Minor] Update aho-corasic implementationVsevolod Stakhov2017-09-261-9/+22
|
* [Fix] Update issues in ac-trieVsevolod Stakhov2017-03-131-52/+18
|
* Update acism_create.cBryon Gloden, CISSPĀ®2016-08-021-3/+9
| | | | | | | Passing one pointer into realloc() and assigning the result directly into that same pointer variable can cause a memory leak if the reallocation fails, because the original allocation will still exist. The correct way to do this is to use a temporary pointer variable. Credit: http://stackoverflow.com/a/11548901 Found by https://github.com/bryongloden/cppcheck
* Corasic -> Corasick.Vsevolod Stakhov2015-04-061-0/+396