修复分配的内存不够添加\0的问题

This commit is contained in:
JIe
2024-09-24 17:26:00 +08:00
parent 787a688af6
commit 9d718d9d41
5 changed files with 21 additions and 3 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.idea/*
.vscode/*
build/*