Old-Ding opened a new pull request, #19322: URL: https://github.com/apache/nuttx/pull/19322
## Summary `read_line()` removes a trailing newline and then checks `g_line[len - 1]` for a line-continuation backslash. A blank input line leaves `len` at zero, so the continuation check reads before `g_line`. Return the empty line to the caller before checking for a continuation. `kconfig_line()` already skips empty lines, so parser behavior stays unchanged. ## Validation - `git diff --check origin/master..HEAD` - `git show --check --stat --oneline HEAD` - `git ls-files --eol tools/kconfig2html.c` I could not run a host C compile locally because this Windows environment does not have `gcc` or `clang` installed. -- 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]
