mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Write only till the embedded file size in the NVS partition. Earlier the length was kept as the whole partition size and it could result in accessing embedded rodata beyond the MMU mapped range.