"...git@gitlab.flux.utah.edu:xcap/xcap-capability-linux.git" did not exist on "88e87be6ba528bd73522ecf0468fe32f1ee199e6"
Julia Lawall
authored
Request_mem_region should be used with release_mem_region, not release_resource. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/ ) // <smpl> @@ expression x,E; @@ *x = request_mem_region(...) ... when != release_mem_region(x) when != x = E * release_resource(x); // </smpl> Signed-off-by:Julia Lawall <julia@diku.dk> Signed-off-by:
David S. Miller <davem@davemloft.net>
Name | Last commit | Last update |
---|