Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix some ubsan related issues | Vsevolod Stakhov | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix actrie implementation (sync from upstream), fixed OOB read | Vsevolod Stakhov | 2018-11-12 | 1 | -56/+57 |
| | |||||
* | [Minor] Don't use shift on -1 | Vsevolod Stakhov | 2018-10-03 | 1 | -2/+2 |
| | |||||
* | [Minor] Update aho-corasic implementation | Vsevolod Stakhov | 2017-09-26 | 1 | -9/+22 |
| | |||||
* | [Fix] Update issues in ac-trie | Vsevolod Stakhov | 2017-03-13 | 1 | -52/+18 |
| | |||||
* | Update acism_create.c | Bryon Gloden, CISSPĀ® | 2016-08-02 | 1 | -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 Stakhov | 2015-04-06 | 1 | -0/+396 |