| Titre | 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=())
``` |
|---|
| La source | ⚠️ https://gitee.com/mindspore/mindspore/issues/IBVKM8?from=project-issue |
|---|
| Utilisateur | Default436352 (UID 81891) |
|---|
| Soumission | 23/03/2025 08:44 (il y a 1 Année) |
|---|
| Modérer | 02/04/2025 22:48 (11 days later) |
|---|
| Statut | Accepté |
|---|
| Entrée VulDB | 303049 [MindSpore 2.5.0 mindspore.numpy.fft.hfftn buffer overflow] |
|---|
| Points | 18 |
|---|