Messages in this thread |  | | Subject | Re: pstore: Improve a size determination in three functions | From | SF Markus Elfring <> | Date | Wed, 16 Aug 2017 22:03:32 +0200 |
| |
> Which script detected this?
* checkpatch.pl
* The following approach for the semantic patch language.
@replacement@ identifier action, var, work; statement s1, s2; statement list sl; type T, X; @@ T work(...) { ... when any X* var; ... when any var = action(..., sizeof( - X + *var ), ... ) ... when any }
|  |