catalinv-ncc opened a new pull request, #19164:
URL: https://github.com/apache/nuttx/pull/19164

   drivers/can/ctucanfd_pci: Fix Malformed CAN Data (address off-by-one)
   
   PR https://github.com/apache/nuttx/pull/19139 addresses the
   issue, but there is one minor problem. In the for loop the element `i+1`
   is written which means there can still be an overflow by one element 
   (uint32_t or 4 bytes).
   
   Addressing here with this PR.
   
   Tested locally, builds fine.


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