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: Allocate HTTP header space for async httpd_req_t objects (IDFGH-12445) #13462

Merged
merged 1 commit into from
Apr 23, 2024

Commits on Mar 27, 2024

  1. fix: Allocate HTTP header space for async httpd_req_t objects

    This resolves bug espressif#13430 by allocating a new copy of resp_hdrs
    when calling httpd_req_async_handler_begin(), thus preventing
    invalid access to memory from async tasks.
    tmiw committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f799e99 View commit details
    Browse the repository at this point in the history