Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If your tests can take the performance hit, Valgrind would tell you about uninitialized memory reads, which isn't covered by those tools you mentioned. If however, you are able to add MSAN (i.e. able to rebuild the entire product, including dependencies, with -fsanitize=memory) to the pipeline, then you would have the same coverage as Valgrind.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: