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/10/11 04:40:27 UTC

[GitHub] [incubator-nuttx] btashton opened a new pull request, #7280: bl602/dma: Fix possible call of null pointer

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

   ## Summary
   In the error interrupt case for DMA there was a missing check to see if callback function was registered. If it was not a null pointer would be deferenced.
    
   ## Impact
   Remove possible null-pointer dereference bug.
   
   ## Testing
   This was audited by the clang-analyzer which caught this as https://clang.llvm.org/docs/analyzer/checkers.html#core-callandmessage-c-c-objc 
   


-- 
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 #7280: bl602/dma: Fix possible call of null pointer

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


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