torch-mlir icon indicating copy to clipboard operation
torch-mlir copied to clipboard

TorchOnnxToTorch: Fix stack-use-after-free

Open mgehre-amd opened this issue 8 months ago • 0 comments

We used to move the SmallVector into an ArrayRef and then the SmallVector left the scope.

Found by asan.

mgehre-amd avatar Jun 20 '24 21:06 mgehre-amd