Tag: b25b895805dd415f218cfd4892d17aeb2db425f7

[media] m5mols: introduce missing initialization

Author: Julia Lawall <Julia.Lawall@lip6.fr> The result of one call to a function is tested, and then at the second call to the same function, the previous result, and not the current result, is tested again. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ expression ret; identifier f; statement S1,S2; @@ …

Continue reading