Re: Inquiry About Hypothetical Pointer‐Validation in NuttX Protect Mode

2025-06-12 Thread Gregory Nutt
This is not just restricted to pointers but to any data type that requires memory accesses... For example, Anything passed by reference, structures passed by value, data allocated in user space. References: https://github.com/apache/nuttx/issues/1329 https://github.com/apache/nuttx/issues/1266

Re: Inquiry About Hypothetical Pointer‐Validation in NuttX Protect Mode

2025-06-12 Thread Alan C. Assis
Dear MacTavish, I'm redirecting your question to nuttx dev mailing list, that mailing you used is for PMC usage purpose: Dear NuttX Maintainers, I hope you’re doing well. I’m reaching out to gather your perspective on a hypothetical scenario concerning pointer‐validation in NuttX’s protect mode.