Heads up maintainers: there's a static analysis tool Svace, and perhaps some AI-slop tool built on top of it, producing very wrong analysis. So far #musl has gotten 6 patch submissions based on it and they're all wrong and mostly unmotivated.
In one case it claimed possible null pointer dereference when the code in question was already immediately conditional on the pointer being non-null.
FWIW this is what Samsung uses to find and "fix" bugs in their fork of Android... 🤦