mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
1. Overflowed constant (INTEGER_OVERFLOW): Added change to typecast value 2. Structurally dead code: Removed dead code 3. Resource leak: Added a free for allocated memory, in case of failure 4. too_few_printf_args: Corrected print statement to pass arguments 5. Fixed nesting levels 6. Fixed unused value warnings 7. Illegal memory access fix