android_kernel_xiaomi_sm8350/os_if
Srinivas Dasari 6f6a3e666d qcacld-3.0: Use NLA_EXACT_LEN instead of NLA_UNSPEC in new kernels
The change If6d559a3aa7b8719a515e00e271e313c02f8135f has modified
few attribute types from NLA_UNSPEC to NLA_BINARY. But NLA_BINARY
validates only for max length and doesn't validate min length.
This could cause buffer overread if userspace sends less data as
the driver reads fixed length(e.g. 6 bytes for mac_addr) always.
Use VENDOR_NLA_POLICY_MAC_ADDR(NLA_POLICY_ETH_ADDR) or
NLA_EXACT_LEN instead of NLA_UNSPEC which validates for
exact length.

Change-Id: I92cc29716dff29037d14ffd2e269761149c7f74b
CRs-Fixed: 2700695
2020-06-04 23:22:48 -07:00
..
cp_stats/src qcacld-3.0: MCL specific movement from cmn to cld of stats 2020-04-17 07:36:07 -07:00
fw_offload qcacld-3.0: add support to customize dscp-to-up map table 2020-02-06 22:44:57 -08:00
interop_issues_ap qcacld-3.0: Use NLA_EXACT_LEN instead of NLA_UNSPEC in new kernels 2020-06-04 23:22:48 -07:00
nan qcacld-3.0: Use NLA_EXACT_LEN instead of NLA_UNSPEC in new kernels 2020-06-04 23:22:48 -07:00
p2p qcacld-3.0: Reduce excessive logging in P2P module 2020-02-13 08:11:31 -08:00
sync qcacld-3.0: Move os_if psoc locking inside when doing psoc trans wait 2019-04-12 05:19:54 -07:00
tdls qcacld-3.0: Clean up logs in TDLS path 2020-02-28 09:09:52 -08:00