Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-20 | pfinet: Fix call to kfree_s | Samuel Thibault | |
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. | |||
2000-02-04 | Import of Linux 2.2.12 subset (ipv4 stack and related) | Roland McGrath | |