4 results
Order by date - Order by pertinence
All (4)
High-tech (4)
 
[PATCH] scripts/coccinelle/iterators/use_after_iter.cocci: list iterator variable semantic patch
From: Julia Lawall <Julia.Lawall@lip6.fr> If list_for_each_entry, etc complete a traversal of the list, the iterator variable ends up pointing to an address at an offset from the list head, and not a meaningful structure. Thus this value ...
Message posted on the July 9th, 2012 - 4:50 PM ET
[PATCH v2] scripts/coccinelle: improve the coverage of some semantic patches
From: Julia Lawall <Julia.Lawall@lip6.fr> This patch ensures that all semantic patches in the scripts/coccinelle directory provide the report option. Report messages that include line numbers now have the line number preceded by ...
Message posted on the January 14th, 2012 - 5:50 PM ET
[PATCH] scripts/coccinelle: improve the coverage of some semantic patches
From: Julia Lawall <Julia.Lawall@lip6.fr> This patch ensures that all semantic patches in the scripts/coccinelle directory provide the report option. Report messages that include line numbers now have the line number preceded by ...
Message posted on the January 14th, 2012 - 12:40 PM ET
[PATCH 00/18] Add new semantic patches and reorganize existing ones
The following series adds new semantic patches (SPs) in scripts/coccinelle. Existing SPs are reorganized accordingly. Nicolas Palix (18): Coccinelle: Add null/eno.cocci Coccinelle: Add null/kmerr.cocci Coccinelle: Move deref_null.cocci to a more ...
Message posted on the August 24th, 2010 - 11:50 AM ET