[PATCH] D134669: [clang][msan] Turn on -fsanitize-memory-param-retval by default

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 26 16:27:24 PDT 2022


vitalybuka added reviewers: thakis, hans, glider.
vitalybuka added a comment.

LGTM. I was thinking about this recently as well.
Main inconvenience is users like Chromium. They have recompiled libraries. They will need to use -fno-sanitize-memory-param-retval, if recompiling is not an option.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134669/new/

https://reviews.llvm.org/D134669



More information about the cfe-commits mailing list