summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCNSS_WLAN Service <cnssbldsw@qualcomm.com>2017-09-07 09:19:31 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-09-07 09:19:31 -0700
commit3915da0e0c35c0ce03393de2ee7bf3438846f05e (patch)
tree9d50c3474c92525bcbf4b2bd1c803d1e80b6c6cd
parentc8afcd19f2af5347280435001c25f3a6295ad155 (diff)
parentd4389cf1640e74b0d95af0b98903cafd169c5611 (diff)
Merge "qcacld-3.0: Fix Integer overflow with latest framesc_linux tool" into wlan-cld3.driver.lnx.1.1
-rw-r--r--core/mac/src/sys/legacy/src/utils/src/dot11f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/mac/src/sys/legacy/src/utils/src/dot11f.c b/core/mac/src/sys/legacy/src/utils/src/dot11f.c
index 4ec86a8be869..d801eacc3ad7 100644
--- a/core/mac/src/sys/legacy/src/utils/src/dot11f.c
+++ b/core/mac/src/sys/legacy/src/utils/src/dot11f.c
@@ -33,7 +33,7 @@
*
*
* This file was automatically generated by 'framesc'
- * Tue Aug 22 16:04:25 2017 from the following file(s):
+ * Tue Aug 22 17:42:59 2017 from the following file(s):
*
* dot11f.frms
*
@@ -329,7 +329,7 @@ static uint32_t get_container_ies_len(tpAniSirGlobal pCtx,
{
const tIEDefn *pIe, *pIeFirst;
uint8_t *pBufRemaining = pBuf;
- uint8_t len = 0;
+ uint32_t len = 0;
(void)pCtx;
pIeFirst = &(IEs[0]);