mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
6fe6564b8d
* 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 |
||
---|---|---|
.. | ||
cclass.h | ||
cname.h | ||
COPYRIGHT | ||
engine.c | ||
Makefile | ||
re_format.7 | ||
README | ||
regcomp.c | ||
regerror.c | ||
regex2.h | ||
regex.3 | ||
regexec.c | ||
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