qcacmn: Fix out of bound read issue in util_scan_parse_rnr_ie()
During ie parse from beacon/probe response, the variable tbtt_count and tbtt_length in util_scan_parse_rnr_ie() getting read from ie and the value is not checked before using it which may cause out of bound read issue Validate tbtt_count and tbtt_length before using it Change-Id: I51cfb2356fb16feda8a70c4b76c7f76c90b1393b CRs-Fixed: 2836205
Loading
Please register or sign in to comment