| Title | MindSpore mindspore (in mindspore.numpy.fft.hfftn) 2.5.0 Memory Corruption |
|---|
| Description | 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=())
``` |
|---|
| Source | ⚠️ https://gitee.com/mindspore/mindspore/issues/IBVKM8?from=project-issue |
|---|
| User | Default436352 (UID 81891) |
|---|
| Submission | 03/23/2025 08:44 (1 Year ago) |
|---|
| Moderation | 04/02/2025 22:48 (11 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 303049 [MindSpore 2.5.0 mindspore.numpy.fft.hfftn memory corruption] |
|---|
| Points | 18 |
|---|