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

   ## Summary
   
   Modification based on opengroup's description for shmget: "When the shared 
memory segment is created, it shall be initialized with all zero values."
   
   Link to documentation page for shmget: 
https://pubs.opengroup.org/onlinepubs/9699919799/
   
   ## Impact
   
   XSI shared memory page's values are set to zero when `IPC_CREAT` is 
specified and the page doesn't already exist.
   
   ## Testing
   
   -
   


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