Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / km.c
1 int main() {
2 int *data = kmalloc(element->string.length + 1, GFP_KERNEL);
3 foo();
4 memset(*data, 0, element->string.length + 1);
5 }