This commit is contained in:
2025-11-06 13:15:05 +01:00
parent 0e27528d1d
commit 896bc0a23b
2 changed files with 151 additions and 20 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ process_client_write(MetadataServer *state, int conn_idx, ByteView msg)
return -1;
if (path_len > sizeof(path_mem))
return -2;
return -2; // TODO: what is this -2 business?
if (!binary_read(&reader, &path_mem, path_len))
return -1;