W-M-R opened a new pull request, #14052:
URL: https://github.com/apache/nuttx/pull/14052

   ## Summary
   The variable tags of the module in the dynamic loading process is 0, and not 
checking can reduce a lot of modifications Let's take a simple example:
   The address of the module's global variable does not contain a label. 
However, if the memory where the module is loaded is the heap area, label 
protection is performed after opening label kasan, but the address of the 
module's global variable does not contain a label, and once it is run, it will 
be detected by kasan and an error will be reported.
   ## Impact
   None
   ## Testing
   None
   
   


-- 
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