apache / apache/nuttx

bug report, armv7-a, arm_addrenv.c, function <up_addrenv_destroy>

Open
#12,618 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
4k
Forks
1.7k
Avg merge
1d 17h
Merged PRs (30d)
237

Description

arch>arm>src>armv7-a>arm_addrenv.c : up_addrenv_destroy()
for nuttx v12.4.0, the first arg in the following code(Line 351) should be "addrenv->shm".
is that right?
`
#ifdef CONFIG_ARCH_VMA_MAPPING
/* Destroy the shared memory region (without freeing the physical page
* data).
*/

arm_addrenv_destroy_region(addrenv->heap, ARCH_SHM_NSECTS,
CONFIG_ARCH_SHM_VBASE, true);
#endif
`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.