Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Jun 2, 2022

Commits on Apr 10, 2022

  1. Fix double-free when connecting to WPA2-Enterprise networks

    Fixes: esp8266#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.
    Flole998 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    86a274b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Apply suggestions from code review

    Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
    Flole998 and mcspr committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    24ec3ce View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    279b21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9320596 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    1b5023c View commit details
    Browse the repository at this point in the history