Add TODO for fuzz test

This commit is contained in:
2024-01-19 16:45:33 -08:00
parent 2e6649db44
commit 8826d906ff

View File

@@ -1235,6 +1235,7 @@ int main(void) {
#ifdef ENABLE_FUZZ
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
// TODO call setOldestVersion, and check range writes/reads
initFuzz(data, size);
int64_t writeVersion = 0;