You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/02 12:27:00 UTC

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request, #6988: risc-v/esp32c3: Fix some UBSAN shift-out-of-bounds warnings

gustavonihei opened a new pull request, #6988:
URL: https://github.com/apache/incubator-nuttx/pull/6988

   ## Summary
   This PR intends to fix some `shift-out-of-bounds` warnings reported by UBSAN.
   
   ## Impact
   In all reported cases the value resulting from the implicit conversion is just written into a memory-mapped register, so no impact should be expected in runtime.
   
   Fixes #6985.
   
   ## Testing
   `esp32c3-devkit:nsh` with UBSan enabled.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6988: risc-v/esp32c3: Fix some UBSAN shift-out-of-bounds warnings

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #6988:
URL: https://github.com/apache/incubator-nuttx/pull/6988


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org