jerpelea opened a new pull request, #20068:
URL: https://github.com/apache/nuttx/pull/20068

   ## Summary
   
   For kernel builds where CONFIG_ARCH_TEXT_VBASE is set to 0, allow a NULL 
buffer in file_readv() to prevent ELF binary loading failures for binaries 
located at address 0.
   
   This fix was originally introduced in #18830, but was inadvertently reverted 
by someone unaware that platforms with CONFIG_ARCH_TEXT_VBASE equal to 0 cannot 
function at all without it. This commit restores the necessary check to prevent 
regressions in zero-based text kernel configurations. Most platforms remain 
completely unaffected since only about 5 boards utilize a text virtual base of 
zero.
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to