| 标题 | MindSpore mindspore (in mindspore.numpy.fft.hfftn) 2.5.0 Memory Corruption |
|---|
| 描述 | Segmentation Fault when using np.fft.hfftn() with MindSpore's NumPy.
When running the following code snippet, a segmentation fault occurs:
```
import mindspore.numpy as np
test_tensor = np.randint(0, 100, (2, 2), dtype=np.int32)
np.fft.hfftn(test_tensor, axes=())
``` |
|---|
| 来源 | ⚠️ https://gitee.com/mindspore/mindspore/issues/IBVKM8?from=project-issue |
|---|
| 用户 | Default436352 (UID 81891) |
|---|
| 提交 | 2025-03-23 08時44分 (1 年前) |
|---|
| 管理 | 2025-04-02 22時48分 (11 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 303049 [MindSpore 2.5.0 mindspore.numpy.fft.hfftn 内存损坏] |
|---|
| 积分 | 18 |
|---|