Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

Implement kernel sanitizers

Open nickdimeglio opened this issue 3 years ago • 2 comments

Renewing @Extravert-ir PR #2527

Jira issue: CORE-15771

TODO:

  • [x] UndefinedBehaviorSanitizer (UBSan, -fsanitize=undefined)
  • [ ] -fsanitize=nullability* group of checks
  • [ ] KernelAddressSanitizer (KASan, -fsanitize=address)
  • [ ] Test on 64bit builds

nickdimeglio avatar Apr 17 '22 21:04 nickdimeglio