Skip to content

Fix strcat and formatively rewrite test_string.c

X2W-王少非 requested to merge fix--strcat into master

It is found that there will be a memory leak in test_strcat, so the strcat function is rewritten to limit the maximum spliced ​​string length.

Merge request reports