| Titel | MindSpore mindspore (in mindspore.numpy.fft.hfftn) 2.5.0 Memory Corruption |
|---|
| Beschreibung | 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=())
``` |
|---|
| Quelle | ⚠️ https://gitee.com/mindspore/mindspore/issues/IBVKM8?from=project-issue |
|---|
| Benutzer | Default436352 (UID 81891) |
|---|
| Einreichung | 23.03.2025 08:44 (vor 1 Jahr) |
|---|
| Moderieren | 02.04.2025 22:48 (11 days later) |
|---|
| Status | Akzeptiert |
|---|
| VulDB Eintrag | 303049 [MindSpore 2.5.0 mindspore.numpy.fft.hfftn Pufferüberlauf] |
|---|
| Punkte | 18 |
|---|