Newlib - where is the definitive source repository / bug tracker ?
Using various STM32 MCUs, I have a intermittent bug occuring in malloc() where it returns a nonsensical address for no apparent reason.
After hours of digging I managed to find some some source code for newlib from https://sourceware.org/newlib/
for newlib-4.5.0.20241231 which at least let me step into the internals of malloc to try and find the problem but as thats a slightly different release to the one used by STM32CubeIDE the bug mutated to something less frequent.
My main problem currently is trying to find an issue list \ bug tracker for newlib, so I can see what issues others are having with it. Usually I end up on a site like github and their issue tracker, which is great, but for newlib there seems to be a myraid of git repos and sourceware.org with primitive mailing lists, some being long in the tooth.
It would also have helped if ST Micro indicated exactly which version of newlib they embed into STM32CubeIDE (and\or provided the source code for it too).
