Open kees opened 3 years ago
In code like this, var is not auto-initialized:
var
switch (opt) { int var; case 1: /* do things */ break; default: /* other stuff */ break; }
All instances were removed from the kernel, but nothing keeps them from coming back. Perhaps add a Coccinelle script until this is fixed in the compilers?
In code like this,
var
is not auto-initialized:All instances were removed from the kernel, but nothing keeps them from coming back. Perhaps add a Coccinelle script until this is fixed in the compilers?