1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Fix double-free when connecting to WPA2-Enterprise networks (#8529)

* Fix double-free when connecting to WPA2-Enterprise networks

Fixes: #8082

This patches the callx0 instruction to a nop in eap.o which is part of libwpa2.a.
It looks like espressif fixed the Bug in newer SDK versions, so if we update to the latest NONOS-SDK it is most likely not necessary to add/adapt this patch.
Also modifies the fix_sdk_libs.sh script as it even changed files if no changes were necessary, for example adding multiple system_func1 exports.

* Apply suggestions from code review
This commit is contained in:
Flole998
2022-06-02 11:38:28 +02:00
committed by GitHub
parent 502d9469fa
commit f5ef02d643
8 changed files with 40 additions and 9 deletions

Binary file not shown.