newlib-nano-1.0 icon indicating copy to clipboard operation
newlib-nano-1.0 copied to clipboard

newlib-nano 1.0

Results 4 newlib-nano-1.0 issues
Sort by recently updated
recently updated
newest added

This is current implementation in code base: ![image](https://user-images.githubusercontent.com/10295295/49201432-e2dcde80-f3c6-11e8-89ac-18c4cb8d4da1.png) if a is an even integer or any integer with 0s at lower significant followed by 1s. then it will end up...

The nano_realloc() function in newlib/libc/stdlib/mallocr.c does a memcpy with size equal to the realloc parameter 'size', this can be a problem as we are copying from the original location more...

It'd be great to see in revision history what is the difference from newlib upstream tree... What I would do is 1. check in the newlib as is first with...

The putchar macro is not calling the __sinit() function. If putchar is called before any call to stdio function calling __sinit() (like printf()) ; putchar attemps to write into the...