diff options
author | 2017-09-02 23:30:41 -0600 | |
---|---|---|
committer | 2017-09-03 21:27:18 -0700 | |
commit | 009e1b2b7a302219562999f3b273bd4cbf4d9b40 (patch) | |
tree | 4b7d86926f9b25854e57680491eb6a5febe5fdeb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'nfp-refactor-app-init-and-minor-flower-fixes' (diff) | |
download | wireguard-linux-009e1b2b7a302219562999f3b273bd4cbf4d9b40.tar.xz wireguard-linux-009e1b2b7a302219562999f3b273bd4cbf4d9b40.zip |
net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32
rmnet_rtnl_validate() was checking for upto mux_id 254, however the
rmnet_devices devices could hold upto 32 entries only. Fix this by
increasing the size of the rmnet_devices.
Fixes: ceed73a2cf4a ("drivers: net: ethernet: qualcomm: rmnet: Initial implementation")
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Cc: Dan Williams <dcbw@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions