[fix] fix cache file and cert file read

This commit is contained in:
dijunkun
2025-08-09 23:59:53 +08:00
parent 4c898c5f07
commit 1a1bbe3e4d
3 changed files with 7 additions and 6 deletions

View File

@@ -496,7 +496,7 @@ void Render::NetStatusReport(const char *client_id, size_t client_id_size,
memset(&render->client_id_with_password_, 0,
sizeof(render->client_id_with_password_));
strncpy(render->client_id_with_password_, id.c_str(),
strncpy(render->client_id_with_password_, client_id,
sizeof(render->client_id_with_password_) - 1);
render->client_id_with_password_[sizeof(render->client_id_with_password_) -
1] = '\0';