nightt5879 commented on PR #3489: URL: https://github.com/apache/nuttx-apps/pull/3489#issuecomment-4487925767
Done, I added a follow-up commit to cover the similar places found in this PR. For the scan, I checked direct `open(...)` calls in C sources only. The helper scan masks comments and string/character literals, parses call parentheses, counts top-level arguments, and reports direct `open()` calls where the flags argument contains `O_CREAT` but fewer than three arguments were passed. After the follow-up changes, the scan reports `MISSING_COUNT 0`. I also updated the PR description with the scan method and the latest validation results. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
