mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03:00
Both variables were declared as int but only their LSB was written by the internal allocation function, leaving upper bytes as stack garbage. Logging with %u then printed large bogus values.