summaryrefslogtreecommitdiffstats
path: root/Misc/README.klocwork
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-12 01:43:40 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-12 01:43:40 (GMT)
commit6f5ff3f3eb7abc2f4750c1319b560f67faf546ac (patch)
tree1b84bed27afcf3a62f50a2a2a6dabe162327866a /Misc/README.klocwork
parent2a899c8b767144e809418fd04f83e4e5789084cd (diff)
downloadcpython-6f5ff3f3eb7abc2f4750c1319b560f67faf546ac.zip
cpython-6f5ff3f3eb7abc2f4750c1319b560f67faf546ac.tar.gz
cpython-6f5ff3f3eb7abc2f4750c1319b560f67faf546ac.tar.bz2
Klocwork made another run and found a bunch more problems.
This is the first batch of fixes that should be easy to verify based on context. This fixes problem numbers: 220 (ast), 323-324 (symtable), 321-322 (structseq), 215 (array), 210 (hotshot), 182 (codecs), 209 (etree).
Diffstat (limited to 'Misc/README.klocwork')
-rw-r--r--Misc/README.klocwork4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/README.klocwork b/Misc/README.klocwork
index a22715e..6d2f57f 100644
--- a/Misc/README.klocwork
+++ b/Misc/README.klocwork
@@ -23,4 +23,8 @@ in addition to any analysis.
False positives were also annotated so that the comments can
be reviewed and reversed if the analysis was incorrect.
+A second run was performed on 10-Aug-2006. The tool was tuned to remove
+some false positives and perform some additional checks. ~150 new
+warnings were produced, primarily related to dereferencing NULL pointers.
+
Contact python-dev@python.org for more information.