1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-21 06:58:37 +02:00
openwrt/target/linux/generic/files
Jo-Philipp Wich 29cc927ef5 generic: ar8216: fix invalid bounds check imported from ChromeOS (FS#347)
The priv->vlan_id member is of size AR8X16_MAX_VLANS, not AR8X16_MAX_PORTS,
so check for the proper maximum value in order to avoid capping valid VLAN IDs
to 7 (AR8X16_MAX_PORTS - 1).

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-12-23 19:24:14 +01:00
..
arch/mips/fw/myloader
Documentation/networking
drivers generic: ar8216: fix invalid bounds check imported from ChromeOS (FS#347) 2016-12-23 19:24:14 +01:00
fs/yaffs2
include net: ar8216: address security vulnerabilities in swconfig & ar8216 2016-12-01 15:47:43 +01:00