atof - convert ASCII string to double
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The proper way to handle is to go for wrapping it with strtod(3), however it requires refactoring of existing sanitizers (msan, dfsan...).
I'm about to push upstream all remaining local patches and interrupt my involvement (and The NetBSD Foundation one) due to our resources and switch to other projects.
There is still a lot of work to do, but unless something will change it will wait probably for next GSoC (although I have candidates who would jump aboard).
const char?