Download List

Descripción del Proyecto

SMATCH is a neat program designed to locate programming errors in any open source software project. Right now it is actively used to screen out errors inside the Linux kernel. There are two main parts to Smatch. The first is a patch to the gcc sources to screen out a lot of useful information. The second part is a collection of Perl scripts and libraries to analyze the information and report the findings.

System Requirements

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-04-02 12:04
0.45

Esta versión ahora compila todo el núcleo.
Tags: Major feature enhancements
This version now compiles the entire kernel.

2003-03-20 18:59
0.44

min_expr y max_expr se han añadido. Smatch también se imprimirá en compound_literal_expr ocurre.
Tags: Minor feature enhancements
min_expr and max_expr have been added. Smatch will also print out where compound_literal_expr occurs.

2003-03-11 09:56
0.41

Un error fue corregido.
Tags: Minor bugfixes
A typo was fixed.

2003-03-11 09:55
0.40

Un error en cmpstmt_end se ha fijado, y una expresión compuesta (compound_expr) la producción fue añadido. Las expresiones compuestas normalmente se producen en las declaraciones de asa como la "for (i = 0, j = 0;;) ( '.
Tags: Minor bugfixes
A bug in cmpstmt_end was fixed, and a compound expression (compound_expr) output was added. Compound expressions typically occur in for loop statements such as 'for(i=0,j=0; ; ){'.

2003-02-16 12:16
0.39

Esta versión corrige un error con escapar ' "' en las constantes de cadena, los cambios en la string_cst formato a string_cst (" foo "), y se limpia el formato tree_list (que afecta a las llamadas a funciones).
Tags: Minor feature enhancements
This version fixes a bug with escaping '"' in string constants, changes the string_cst format to string_cst(""foo""), and cleans up the tree_list format (which affects function calls).

Project Resources