mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-15 23:35:24 +02:00
* Use loc_buf for small strings, check for error return from vsnprintf * cleanup arg when bailing out of new * Use malloc/free instead of new/delete in printf * Return actual bytes written in printf * FIX: write before free