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: us...@infra.apache.org