Open
Conversation
|
Hi @Gchuchu ❤️ 感谢你的贡献!我们将在最少半小时,最多5天内阅读此 PR 并回复你 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题描述
简要说明此 PR 修复的具体问题
./chsrc ls ruby出现的段错误问题问题原因:
cli_print_target_features函数中xy_strcat写的时候计数错误(2错写成了3)#344 遗留问题
gcc版本:
# gcc --version gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0make和make debug都编译出错:原因
C99标准文档
6.8.1Labeled statements中有描述label后第一句必须是statement,而不是一个declaration。这种不会出错,例如:而这种会出错:
方案与实现
详细描述针对该问题或功能改进的解决方案
xy_strcat的参数statement