mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(esp_wifi): Drop fragmented AMPDU(fixCVE-2020-26142)
This commit is contained in:
parent
1dd7ece5d3
commit
89dcaf4ae5
@ -1581,7 +1581,7 @@ ppRecycleRxPkt = 0x400016f8;
|
||||
ppResortTxAMPDU = 0x400016fc;
|
||||
ppResumeTxAMPDU = 0x40001700;
|
||||
/* ppRxFragmentProc = 0x40001704; */
|
||||
ppRxPkt = 0x40001708;
|
||||
/* ppRxPkt = 0x40001708; */
|
||||
ppRxProtoProc = 0x4000170c;
|
||||
ppSearchTxQueue = 0x40001710;
|
||||
ppSearchTxframe = 0x40001714;
|
||||
|
@ -1884,7 +1884,7 @@ ppRecycleRxPkt = 0x40005628;
|
||||
ppResortTxAMPDU = 0x40005634;
|
||||
ppResumeTxAMPDU = 0x40005640;
|
||||
/* ppRxFragmentProc = 0x4000564c; */
|
||||
ppRxPkt = 0x40005658;
|
||||
/* ppRxPkt = 0x40005658; */
|
||||
ppRxProtoProc = 0x40005664;
|
||||
ppSearchTxQueue = 0x40005670;
|
||||
ppSearchTxframe = 0x4000567c;
|
||||
|
Loading…
Reference in New Issue
Block a user