Oversize search path buffer
Some checks failed
Tests / Release [gcc] total: 361, failed: 2, passed: 359
Tests / Coverage total: 359, passed: 359
weaselab/conflict-set/pipeline/head There was a failure building this commit

This commit is contained in:
2024-02-09 17:47:10 -08:00
parent daa04129ac
commit 855d72d9a7

View File

@@ -829,7 +829,7 @@ bool checkRangeRead(Node *n, const std::span<const uint8_t> begin,
return false;
}
Arena arena;
Arena arena{10 << 10};
auto searchPath = getSearchPath(arena, left.n);
for (auto *iter = nextPhysical(left.n, searchPath); iter != right.n;) {