Преглед изворни кода

qcacld-3.0: Fix incomplete IE handling in dot11 unpack functions

If in dot11f_unpack functions, check for integer underflow fails,
the function returns failure but does not set the present field
of the IE. This present field of the structure is used to check
if IE is present. So even if the unpack failed the IE structure
is considered valid.

Change-Id: I8f572db43a869e48a151ea37dc5b9a2c1fe34eea
CRs-Fixed: 2246426
Naveen Rawat пре 6 година
родитељ
комит
89e85d4f6a
2 измењених фајлова са 311 додато и 105 уклоњено
  1. 1 1
      core/mac/src/include/dot11f.h
  2. 310 104
      core/mac/src/sys/legacy/src/utils/src/dot11f.c

+ 1 - 1
core/mac/src/include/dot11f.h

@@ -26,7 +26,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Thu May 10 17:05:13 2018 from the following file(s):
+ * Wed May 23 11:54:08 2018 from the following file(s):
  *
  * dot11f.frms
  *

Разлика између датотеке није приказан због своје велике величине
+ 310 - 104
core/mac/src/sys/legacy/src/utils/src/dot11f.c


Неке датотеке нису приказане због велике количине промена