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 2020/06/16 08:33:14 UTC

[GitHub] [incubator-nuttx] yamt opened a new pull request #1254: mkstemp: Only look at the trailing Xs

yamt opened a new pull request #1254:
URL: https://github.com/apache/incubator-nuttx/pull/1254


   
   ## Summary
   mkstemp: Only look at the trailing Xs as it's stated in the standards.
   
   The original code look at the first Xs. It can end up with
   an unexpected behavior, if a template contains multiple series of Xs.
   E.g. /tmp/XXXXXX/XXXXXX
   
   ## Impact
   this might break some apps relying on the original non-standard behavior.
   
   ## Testing
   tested with my local app.
   


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

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1254: mkstemp: Only look at the trailing Xs

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


   


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

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