iproute2/rdma
Michał Łyszczek 6749801b06 rdma/sys.c: fix possible out-of-bound array access
netns_modes_str[] array has 2 elements, when netns_mode is 2,
condition (2 <= 2) will be true and `mode_str = netns_modes_str[2]'
will be executed, which will result in out-of-bound read.

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2019-10-28 10:33:27 -07:00
..
include/uapi/rdma uapi: rdma netlink.h update 2019-07-16 11:58:44 -07:00
.gitignore rdma: Add basic infrastructure for RDMA tool 2017-08-21 17:07:44 -07:00
Makefile rdma: Add "stat qp show" support 2019-07-19 10:51:13 -07:00
dev.c rdma: Control CQ adaptive moderation (DIM) 2019-08-02 09:30:56 -07:00
link.c rdma: add 'link add/delete' commands 2019-04-03 12:04:30 -07:00
rdma.c rdma: Add "stat qp show" support 2019-07-19 10:51:13 -07:00
rdma.h rdma: Control CQ adaptive moderation (DIM) 2019-08-02 09:30:56 -07:00
res-cmid.c rdma: Provide and reuse filter functions 2019-02-24 07:09:24 -08:00
res-cq.c rdma: Control CQ adaptive moderation (DIM) 2019-08-02 09:30:56 -07:00
res-mr.c rdma: Provide and reuse filter functions 2019-02-24 07:09:24 -08:00
res-pd.c rdma: Provide and reuse filter functions 2019-02-24 07:09:24 -08:00
res-qp.c rdma: Provide and reuse filter functions 2019-02-24 07:09:24 -08:00
res.c Merge branch 'master' into next 2019-09-19 07:55:53 -07:00
res.h rdma: add helper rd_sendrecv_msg() 2019-04-03 12:04:25 -07:00
stat.c rdma: Add default counter show support 2019-07-19 10:51:13 -07:00
sys.c rdma/sys.c: fix possible out-of-bound array access 2019-10-28 10:33:27 -07:00
utils.c rdma: Control CQ adaptive moderation (DIM) 2019-08-02 09:30:56 -07:00