1
0
Fork 0
alistair23-linux/net/ipx
Reshetova, Elena 16f73c9649 net, ipx: convert ipx_route.refcnt from atomic_t to refcount_t
refcount_t type and corresponding API should be
used instead of atomic_t when the variable is used as
a reference counter. This allows to avoid accidental
refcounter overflows that might lead to use-after-free
situations.

Signed-off-by: Elena Reshetova <elena.reshetova@intel.com>
Signed-off-by: Hans Liljestrand <ishkamiel@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David Windsor <dwindsor@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-04 22:35:17 +01:00
..
Kconfig ipx: remove the BKL 2011-03-05 10:55:58 +01:00
Makefile ipx: move peII functions 2012-07-19 10:48:00 -07:00
af_ipx.c net, ipx: convert ipx_interface.refcnt from atomic_t to refcount_t 2017-07-04 22:35:17 +01:00
ipx_proc.c net, ipx: convert ipx_interface.refcnt from atomic_t to refcount_t 2017-07-04 22:35:17 +01:00
ipx_route.c net, ipx: convert ipx_route.refcnt from atomic_t to refcount_t 2017-07-04 22:35:17 +01:00
pe2.c ipx: move peII functions 2012-07-19 10:48:00 -07:00
sysctl_net_ipx.c ipx: move extern sysctl_ipx_pprop_broadcasting to header file 2014-10-27 16:03:53 -04:00