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/05/26 11:22:54 UTC

[GitHub] [incubator-nuttx] klmchp opened a new pull request, #6331: drivers/mtd/smart.c: Modify devname[] size to avoid overflow

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

   ## Summary
   snprintf output to devname[] may cause overflow.
   ![image](https://user-images.githubusercontent.com/50488882/170478466-72d2b46c-9ad8-4f96-9b74-c2777aac0518.png)
   
   ## Impact
   MTD SMART
   
   ## Testing
   N/A
   


-- 
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] acassis commented on pull request #6331: drivers/mtd/smart.c: Modify devname[] size to avoid overflow

Posted by GitBox <gi...@apache.org>.
acassis commented on PR #6331:
URL: https://github.com/apache/incubator-nuttx/pull/6331#issuecomment-1138550313

   Thank you @klmchp !


-- 
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] acassis merged pull request #6331: drivers/mtd/smart.c: Modify devname[] size to avoid overflow

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


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