tg a84655e3e0 fix Coverity CID #8, #9
it's wrong to use strchr(s, 0) to look for the NUL byte, because in some
environments it apparently might return NULL

use new macro strnul = s+strlen(s) instead (not side-effect safe tho)
2007-05-13 19:14:05 +00:00
2007-05-13 19:14:05 +00:00
2007-05-13 18:49:00 +00:00
2007-05-13 18:49:00 +00:00
2007-05-13 19:14:05 +00:00
2007-05-13 18:33:29 +00:00
2007-03-04 03:47:37 +00:00
2007-05-13 19:14:05 +00:00
Description
MirBSD Korn Shell for Jehanne
6.7 MiB
Languages
C 57.6%
Shell 26%
Roff 13.3%
Perl 2.6%
Makefile 0.5%