forked from espressif/esp-idf
fix(esp_wifi): Drop fragmented AMPDU(fixCVE-2020-26142)
This commit is contained in:
@@ -1581,7 +1581,7 @@ ppRecycleRxPkt = 0x400016f8;
|
|||||||
ppResortTxAMPDU = 0x400016fc;
|
ppResortTxAMPDU = 0x400016fc;
|
||||||
ppResumeTxAMPDU = 0x40001700;
|
ppResumeTxAMPDU = 0x40001700;
|
||||||
/* ppRxFragmentProc = 0x40001704; */
|
/* ppRxFragmentProc = 0x40001704; */
|
||||||
ppRxPkt = 0x40001708;
|
/* ppRxPkt = 0x40001708; */
|
||||||
ppRxProtoProc = 0x4000170c;
|
ppRxProtoProc = 0x4000170c;
|
||||||
ppSearchTxQueue = 0x40001710;
|
ppSearchTxQueue = 0x40001710;
|
||||||
ppSearchTxframe = 0x40001714;
|
ppSearchTxframe = 0x40001714;
|
||||||
|
@@ -1884,7 +1884,7 @@ ppRecycleRxPkt = 0x40005628;
|
|||||||
ppResortTxAMPDU = 0x40005634;
|
ppResortTxAMPDU = 0x40005634;
|
||||||
ppResumeTxAMPDU = 0x40005640;
|
ppResumeTxAMPDU = 0x40005640;
|
||||||
/* ppRxFragmentProc = 0x4000564c; */
|
/* ppRxFragmentProc = 0x4000564c; */
|
||||||
ppRxPkt = 0x40005658;
|
/* ppRxPkt = 0x40005658; */
|
||||||
ppRxProtoProc = 0x40005664;
|
ppRxProtoProc = 0x40005664;
|
||||||
ppSearchTxQueue = 0x40005670;
|
ppSearchTxQueue = 0x40005670;
|
||||||
ppSearchTxframe = 0x4000567c;
|
ppSearchTxframe = 0x4000567c;
|
||||||
|
Reference in New Issue
Block a user