mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03:00
- Earlier, some intermediate return values were not stored and returned, thus incorrect return values used to get transmitted to the upper layer of APIs. - Also, zeroised the output buffer in case of error condition.