This commit is contained in:
atanisoft 2018-12-23 09:06:43 -08:00 committed by Me No Dev
parent 310e78e6fd
commit 4f9a90fa0e

View File

@ -456,7 +456,7 @@ int log_printf(const char *format, ...)
ets_printf("%s", temp);
#endif
va_end(arg);
if(len > 64){
if(len > sizeof(loc_buf)){
free(temp);
}
return len;