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