[Mlir-commits] [mlir] [TOSA] Prevent OoB accesses in gather/scatter (PR #213242)

Thomas Preud'homme llvmlistbot at llvm.org
Tue Aug 4 03:09:17 PDT 2026


RoboTux wrote:

Yes it's UB according to the TOSA SPEC but my worry is that it could be exploited is the buffer is not properly sanitized. Perhaps this could be a hardening flag of the lowering that's disabled by default?

https://github.com/llvm/llvm-project/pull/213242


More information about the Mlir-commits mailing list