From 343bd32bd8aa9dcb1e7660267b422ca2781b759b Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Fri, 20 Jul 2018 11:59:27 +0800 Subject: [PATCH] esp32: fix several wpa2 enterprise issues Fix following issues: 1. Fix heap corrupted bug 2. Fix memory leak bug 3. Make wpa2 enterprise thread-safe Closes https://github.com/espressif/esp-idf/issues/1569 --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 147e6c20e..0fcb4e42f 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 147e6c20e13237efadd9b73280374d2e3987acdd +Subproject commit 0fcb4e42f672d83f514d4eb7d71f6fd5a015b224