MirBSD Korn Shell for Jehanne
Go to file
tg 0989f7da67 Fix for Coverity CID#2: false bug, but still a problem.
Analysis:
internal_errorf(int, fmt, ...) was only a __dead function if the int argument
was non-0, which the Prevent probably was unable to follow. Change all uses of
internal_errorf(0, fmt, ...) to internal_warningf(fmt, ...); change the pro-
totype of internal_errorf() to internal_errorf(fmt, ...) and all remaining
uses remove the non-0 int argument; add __dead to internal_errorf() proto;
flesh out guts of internal_errorf() and internal_warningf() into a new local
function for optimisation purposes.

Some whitespace cleanup and dead code removal (return after internal_errorf(1))
2007-05-13 17:51:24 +00:00
Build.sh we only require strcasestr if setlocale() is used at the moment 2007-05-02 20:02:07 +00:00
Makefile • arc4random, arc4random_push: use our own protos to check 2007-04-24 10:42:02 +00:00
alloc.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
check.pl this doesn't need a shebang line, especially not one hardcoding /usr/bin/perl 2007-02-13 12:59:03 +00:00
check.t a certain size optimisation broke the utf8bom-3 regression test if 2007-05-10 19:22:11 +00:00
copyright • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
dot.mkshrc • remove an unneeded pair of double quotes 2007-04-17 20:07:09 +00:00
edit.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
eval.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
exec.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
expr.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
funcs.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
histrap.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
jobs.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
lex.c a certain size optimisation broke the utf8bom-3 regression test if 2007-05-10 19:22:11 +00:00
main.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
misc.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
mksh.1 • change version number to “R29 and up” so 2007-04-30 19:16:30 +00:00
setmode.c sync 2007-03-04 03:47:37 +00:00
sh.h Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
shf.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
signames.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
strlcpy.c • strlcpy.c: remove superfluous rcs ids in comments 2007-04-23 11:33:26 +00:00
syn.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
tree.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
var.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00