Cut FBSTRING_SANITIZE_ADDRESS in FBString.h (#1094)
Summary: - Defining `FBSTRING_SANITIZE_ADDRESS` is more complicated than it needs to be and it is in fact not even needed now. - Remove separate `FBSTRING_SANITIZE_ADDRESS` symbol and use `FOLLY_SANITIZE_ADDRESS` in places which previously used `FBSTRING_SANITIZE_ADDRESS`. Pull Request resolved: https://github.com/facebook/folly/pull/1094 Reviewed By: Orvid Differential Revision: D14969931 Pulled By: yfeldblum fbshipit-source-id: 7c1a585180ca99d1e2f616765aa77f45c4426fb8
Showing
Please register or sign in to comment