diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-20 17:06:25 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-20 17:06:25 +0200 |
commit | e848c0dee50ba029083d8a83a38d1c4536d37362 (patch) | |
tree | 15c06c75a8f7724588e1b5bebbc2aa4684ef0eef /libthreads/mig_support.c | |
parent | 3bbb218e2682de2d566cc66115a108a56c04f42c (diff) |
pfinet: Fix call to kfree_s
kfree_s expects a pointer and a size argument. Currently the
sizeof(cache) is used as size argument, this is certainly not what was
intented.
For reference, this code was present in Linux up to version 2.3.14 and
was replaced in 2.3.15.
Found using coccinelle and
https://raw.github.com/coccinelle/coccinellery/master/sz/sz.cocci.
* pfinet/linux-src/net/ipv4/ipmr.c (ipmr_cache_delete): Fix kfree_s call.
Diffstat (limited to 'libthreads/mig_support.c')
0 files changed, 0 insertions, 0 deletions