Commit ID: 1004FE77ABD5A53682F
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/06/24 20:39:28 UTC
Modified files:
bin/mksh : check.t sh.h
Log message:
bump after dealing with all things Benny had Coverity find
remainging CIDs not listed are either
• false positive (bug in coverity)
• intentional (possibly with lint override coverity doesn't parse)
• VLA (XXX find out how to mix C99 and ANSI VLAs)
• things flagged as possible resource leaks I have no idea about
(no biggie though, and only in error cases I think)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.537 -r1.538 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.560 -r1.561 src/bin/mksh/sh.h