[PATCH] D54081: Add new interceptor for atof(3)

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 10:50:35 PST 2018


krytarowski abandoned this revision.
krytarowski added a comment.

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 a candidates who would jump aboard).


Repository:
  rL LLVM

https://reviews.llvm.org/D54081





More information about the llvm-commits mailing list