liblex/src
Danila Fedorin 2f65eda7bd Try to fix reading freed memory in eval.c.
This occurred when the null term was reached - the token was freed, but
no error was thrown (it's just the end of the string), so the program
attempted to increment the index using freed token data.
2017-02-26 22:35:45 -08:00
..
eval.c Try to fix reading freed memory in eval.c. 2017-02-26 22:35:45 -08:00
main.c Change return code to EXIT_SUCCESS. 2017-02-14 19:13:43 -08:00
pairmap.c Implement a few "pair map" functions, mostly used for hash tables. 2017-01-27 22:16:31 -08:00
pattern.c Fix two bugs. One was caused by the previous commit. 2017-02-25 22:38:13 -08:00