newlib icon indicating copy to clipboard operation
newlib copied to clipboard

Sourceware.org's Newlib mirror with clang support for ARM baremetal

Results 2 newlib issues
Sort by recently updated
recently updated
newest added

https://github.com/eblot/newlib/blob/master/newlib/libc/string/strtok_r.c#L44 is being flagged by Sonarqube with these references MISRA C:2004, 12.4 - The right-hand operand of a logical && or || operator shall not contain side effects. MISRA C++:2008,...

Dear Team / Maintainers, I am currently working with Newlib version 4.3.0 and would like to understand if there are any known issues or defects in this release excluding security...