Downloadliste

Projektbeschreibung

cqual is a typed-based analysis tool for finding bugs in C programs. It extends the type system of C with extra user-defined type qualifiers. The programmer annotates their program with the appropriate qualifiers, and cqual checks for errors. Incorrect annotations indicate potential bugs. cqual presents the analysis results using Program Analysis Mode, an emacs-based GUI. Among other applications, cqual can be used to detect potential format-string vulnerabilities and to detect user-space/kernel-space pointer errors.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-11 04:54
0.99

Diese Veröffentlichung enthält die direkte Unterstützung für die Prüfung auf user-space/kernel-space Zeiger Fehler. Dazu gehört auch polymorphe rekursive Qualifier Folgerung, die die Analyse genauer in vielen Fällen macht. Viele allgemeine Verbesserungen bei der Bedienbarkeit wurden, einschließlich, bessere Fehlermeldungen, intelligentere Präsentation der Fehlermeldung Wege und eine bessere Handhabung des Typs wirft.
Tags: Minor feature enhancements
This release includes direct support for checking
for user-space/kernel-space pointer errors. It
also includes polymorphic recursive qualifier
inference, which makes the analysis more precise
in many instances. Many general usability
improvements were made, including better error
messages, smarter presentation of error message
paths, and better handling of type casts.

2001-09-13 20:03
0.9

Tags: Initial freshmeat announcement

Project Resources