mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-05 04:36:33 +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.