forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 9
Release/v5.3 #295
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
Merged
Merged
Release/v5.3 #295
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…PH domain for esp32c6
…write Add connection checks to usb_serial_jtag_write and usb_serial_jtag_read functions to return -EIO error code when the USB Serial JTAG is not connected.
Add a new test case to verify that USJ printing doesn't block CPU on chip wake-up from light sleep. The test measures the average time per print operation and ensures it's below 5000 microseconds.
Add checks to validate client_verify_data pointer and length before processing in handle_session_command1. Prevents NULL pointer dereference when client omits verifier data in Session_Command1, which could cause device crash during provisioning (remote DoS attack). We would like to thank Pavel Kohout from Aisle Research for reporting this vulnerability along with a mitigation strategy.
…v5.3' fix(esp_driver_usb_serial_jtag): check USJ accessibility before read/write (v5.3) See merge request espressif/esp-idf!43395
fix(esp_system): fix XTAL32K power breaks ADC function on 32k XTAL clock pin (v5.3) See merge request espressif/esp-idf!43388
…e/v5.3' fix(esp_hw_support): add dependency of the TOP domain to the RTC_PERIPH domain for esp32c6 (v5.3) See merge request espressif/esp-idf!43385
fix(openthread): fix a potential stack overflow in TREL (v5.3) See merge request espressif/esp-idf!43934
Ci: fix wifi cases 5.3 See merge request espressif/esp-idf!43940
fix(esp_hw_support): fix flash cs unhold during sleep when pd top in esp32h2 (v5.3) See merge request espressif/esp-idf!43560
feat(esp_hw_support): add gpio reset workaround except esp32 & esp32s2 (v5.3) See merge request espressif/esp-idf!43467
…e/v5.3' feat(esp_coex): set the pull mode of the external coex input pin (v5.3) See merge request espressif/esp-idf!43313
fix(esp_hw_support): esp32p4 lowpower issues fixes (v5.3) See merge request espressif/esp-idf!43091
fix(nimble): Add change to cancel sync in case of reattempt (v5.3) See merge request espressif/esp-idf!43951
fix(wifi): fix issue that disarm send wake null timer donot take effect , fix(wifi): fix some esp-now issues and lightsleep issues , add scan stop when smartconfig stop V5.3 See merge request espressif/esp-idf!43904
bugfix(wifi): Set the dialog token of last FTM resp to Zero (Backport v5.3) See merge request espressif/esp-idf!43847
fix(protocomm): add validation for Security1 client verifier data (v5.3) See merge request espressif/esp-idf!43781
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.