Vulnerability Key Information Vulnerability Description Issue Title: Aborted (core dumped) in flow.Tensor.new_empty/flow.Tensor.new_ones/flow.Tensor.new_zeros #10648 Issue Status: Open Vulnerability Details Summary: - Passing a large negative dimension to violates the non-negative requirement and causes a crash. - Calling with a negative dimension (-2) triggers an internal check failure (elem_cnt = 0) and results in a crash. Code to Reproduce the Vulnerability flow.Tensor.new_empty(): Calling leads to . flow.Tensor.new_ones(): Calling leads to and . flow.Tensor.new_zeros(): Calling leads to and . System Information OneFlow Installation: pip Operating System: Ubuntu 22.04.5 LTS OneFlow Version: 0.9.0 Python Version: 3.10.0 CUDA Driver Version: 12.2 GPU Model: NVIDIA GeForce RTX 4090 Tags Tags: bug, community