[PATCH] D119816: [SanitizerBounds] Add support for NoSanitizeBounds function

Kees Cook via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 25 14:11:49 PST 2022


kees added a comment.

FWIW, related problems with `pskb_expand_head` were seen again here:
https://github.com/ClangBuiltLinux/linux/issues/1599

I have trouble reproducing it, but I think the kernel patch there solves the problem created by `__alloc_size` vs `ksize()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119816



More information about the cfe-commits mailing list