Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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

Cette version inclut un appui direct pour la vérification des erreurs, pointeur user-space/kernel-space. Elle comprend aussi polymorphe inférence qualificatif récursif, ce qui rend l'analyse plus précise dans de nombreux cas. De nombreuses améliorations d'utilisation générales ont été faites, y compris les messages d'erreur mieux, plus intelligemment présentation des chemins de message d'erreur, et une meilleure manipulation de type casts.
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