nuttx/sched/misc
Ville Juven b0b352f784 sched/assert: Fix printing argv when address environments are in use
Instantiate the correct address environment when reading the process's
argument vector. Otherwise doing this will crash the system every time,
causing a recursive assert loop.

Also try to do a bit of sanity checking before attempting to read the
process's memory, it might be in a bad state in which case this will
fail anyway.
2022-12-22 20:35:57 +08:00
..
assert.c sched/assert: Fix printing argv when address environments are in use 2022-12-22 20:35:57 +08:00
Make.defs
panic.c