radare2/libr/util/regex
Giovanni 6fe6564b8d Fixed 8 coverity bugs (#8305)
* 1372278 Identical code for different branches
* 1372276 Dereference after null check
* 1372273 Logically dead code
DEAD CODE. i must be between 1 and 9.
* 1372272 Logically dead code
At condition 64U - slen > 64U, the value of slen must be between 1 and 63.
At condition 64U - slen > 64U, the value of slen cannot be equal to 0.
The condition 64U - slen > 64U cannot be true.
* 1372265 Dereference after null check
* 1372264 Logically dead code
* 1372262 Logically dead code
* 1372258 Logically dead code
* 1372257 Unchecked return value
2017-08-25 18:12:12 +02:00
..
cclass.h
cname.h
COPYRIGHT
engine.c Fix #6853 - get rid of asserts 2017-03-12 15:24:05 +01:00
Makefile
re_format.7
README
regcomp.c Fixed 8 coverity bugs (#8305) 2017-08-25 18:12:12 +02:00
regerror.c
regex2.h
regex.3
regexec.c Fix #6853 - get rid of asserts 2017-03-12 15:24:05 +01:00
test.c
utils.h

Based on the OpenBSD's regex implementation

Modified to be portable (now compiles on windows, linux and *bsd including darwin)

cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src/lib/libc/regex