当前位置:网站首页>Qualcomm platform WiFi -- P2P issue (2)
Qualcomm platform WiFi -- P2P issue (2)
2022-07-02 02:54:00 【Professional developer】
Problem description :
P2P: Fix copying of secondary device types for P2P group client
Parsing and copying of WPS secondary device types list was verifying
that the contents is not too long for the internal maximum in the case
of WPS messages, but similar validation was missing from the case of P2P
group information which encodes this information in a different
attribute. This could result in writing beyond the memory area assigned
for these entries and corrupting memory within an instance of struct
p2p_device. This could result in invalid operations and unexpected
behavior when trying to free pointers from that corrupted memory.
modify code:
-------------------------------- src/p2p/p2p.c --------------------------------
index 6107b148..5cc636ba 100644
@@ -8,6 +8,7 @@
#include "includes.h"
+#include <log/log.h>
#i
边栏推荐
- Build a modern data architecture on the cloud with Amazon AppFlow, Amazon lake formation and Amazon redshift
- 设置状态栏颜色
- Use usedeferredvalue for asynchronous rendering
- 使用 useDeferredValue 进行异步渲染
- [learn C and fly] 3day Chapter 2 program in C language (exercise 2.3 calculate piecewise functions)
- Which kind of sports headphones is easier to use? The most recommended sports headphones
- Set status bar color
- Batch detect whether there is CDN in URL - high accuracy
- 高并发场景下缓存处理方案
- 连通块模板及变式(共4题)
猜你喜欢
Which brand of sports headset is better? Bluetooth headset suitable for sports
Analysis of FLV packaging format
Special symbols in SAP ui5 data binding syntax, and detailed explanation of absolute binding and relative binding concepts
Golang configure export goprivate to pull private library code
2022-2028 global nano abrasive industry research and trend analysis report
[Chongqing Guangdong education] Sichuan University concise university chemistry · material structure part introductory reference materials
Après le mariage
2022-2028 global deep sea generator controller industry research and trend analysis report
How to create an instance of the control defined in SAP ui5 XML view at runtime?
[road of system analyst] collection of wrong topics in enterprise informatization chapter
随机推荐
Software testing learning notes - network knowledge
Special symbols in SAP ui5 data binding syntax, and detailed explanation of absolute binding and relative binding concepts
Questions d'entrevue
LeetCode刷题(十)——顺序刷题46至50
How to develop digital collections? How to develop your own digital collections
Query word weight, search word weight calculation
STM32__ 05 - PWM controlled DC motor
[opencv] - comprehensive examples of five image filters
About DNS
The video number will not be allowed to be put on the shelves of "0 yuan goods" in the live broadcasting room?
How to turn off the LED light of Rog motherboard
Basic 01: print string
【带你学c带你飞】4day第2章 用C语言编写程序(练习 2.5 生成乘方表与阶乘表
Learning notes of software testing -- theoretical knowledge of software testing
2022低压电工考试题模拟考试题库模拟考试平台操作
V-model of custom component
Actual battle of financial risk control - under Feature Engineering
C # use system data. The split mixed mode assembly is generated for the "v2.0.50727" version of the runtime, and it cannot be loaded in the 4.0 runtime without configuring other information
【带你学c带你飞】day 5 第2章 用C语言编写程序(习题2)
JVM interview