13
edits
No edit summary |
No edit summary |
||
| Line 34: | Line 34: | ||
** C++ never snprintfs using a content-tainted string. | ** C++ never snprintfs using a content-tainted string. | ||
* SpiderMonkey Exact-GC safety bugs. See the [[GC_SafetySpec]] page for the latest. | * SpiderMonkey Exact-GC safety bugs. See the [[GC_SafetySpec]] page for the latest. | ||
** "Not stored in the heap" pointer dataflow analysis. | ** "Not stored in the heap" pointer dataflow analysis. '''Works''': finding pointers to stack stored on heap/global is now a feature of Oink. | ||
* Dataflow enforcement of correct API usage (CQual++): | * Dataflow enforcement of correct API usage (CQual++): | ||
** String character set encoding mistakes. | ** String character set encoding mistakes. | ||
edits