Comment 2 for bug 1385829

Revision history for this message
Terry Guo (terry.guo) wrote :

I took a closer look to nano code and found that we have code strlen(cp) where cp may not be null-terminated. So this issue is confirmed. I am working on a patch by using Newlib approach here for Nano to fix this issue.