"sdk/esp_iot_sdk_v1.4.0/examples/wps/Makefile" did not exist on "18a44e7c60c39f3f5e16e90010260a1f74823f43"
Fix resize hash table dictionary iterator (#12660)
Dictionary iterator logic in the `tryResizeHashTables` method is picking the next (incorrect) dictionary while the cursor is at a given slot. This could lead to some dictionary/slot getting skipped from resizing. Also stabilize the test. problem introduced recently in #11695
Please register or sign in to comment