diff options
author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-01-23 11:10:26 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-01-23 11:10:26 +0000 |
commit | 5044f5c816adfd5cba17f1adee1a10127296d0bf (patch) | |
tree | c69d3f4f13d508570bb5257a6aea735f88bdf09c /lib/Analysis/CastToStructChecker.cpp | |
parent | ee791dde723a2089c681d2ab6a9d4f96379d5f49 (diff) |
Notes
Diffstat (limited to 'lib/Analysis/CastToStructChecker.cpp')
-rw-r--r-- | lib/Analysis/CastToStructChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CastToStructChecker.cpp b/lib/Analysis/CastToStructChecker.cpp index a3663421a082..219c09f6ab7a 100644 --- a/lib/Analysis/CastToStructChecker.cpp +++ b/lib/Analysis/CastToStructChecker.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // This files defines CastToStructChecker, a builtin checker that checks for -// assignment of a fixed address to a pointer. +// cast from non-struct pointer to struct pointer. // This check corresponds to CWE-588. // //===----------------------------------------------------------------------===// |