alexpasq
Results
1
issues of
alexpasq
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...