summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-02-23 21:38:14 +0000
committerAnna Zaks <ganna@apple.com>2012-02-23 21:38:14 +0000
commit55882446ce7b95f4b3993f1afe591cf0d06e4628 (patch)
tree371400a0e9604aad80579853f70fec629eaf9d64 /www
parent644af7b50bd0541468b45c197f5b637e934d48a0 (diff)
[analyzer] Add CString checks to the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151286 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/analyzer/release_notes.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index 1c0a06f0ad..9306457cc7 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -24,9 +24,11 @@
<ul>
<li>Contains a new experimental malloc/free checker.</li>
<li>Better support for projects using ARC.</li>
- <li>set-xcode-analyzer now supports self-contained Xcode.app (Xcode 4.3 and later).
- <li>Misc. bug fixes and performance work.</li>
+ <li>Warns about null pointers passed as arguments to C string functions.</li>
+ <li>Warns about common anti-patterns in 'strncat' size argument, which can lead to buffer overflows.</li>
+ <li>set-xcode-analyzer now supports self-contained Xcode.app (Xcode 4.3 and later).</li>
<li>Contains a newer version of the analyzer than Xcode 4.3.</li>
+ <li>Misc. bug fixes and performance work.</li>
</ul>
<h4 id="checker_260">checker-260</h4>