You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix stack buffer overflow in resize_tensor (#15626)
Summary:
`new_sizes_casted` is created with size kTensorDimensionLimit.
Make sure that new_sizes_ndim is <= kTensorDimensionLimit before resizing.
Reviewed By: JacobSzwejbka
Differential Revision: D86361111
0 commit comments