diff --git a/src/stasis/page/indirect.c b/src/stasis/page/indirect.c index 4da7388..0e05d3b 100644 --- a/src/stasis/page/indirect.c +++ b/src/stasis/page/indirect.c @@ -107,6 +107,7 @@ compensated_function recordid __rallocMany(int xid, int parentPage, int recordSi Page p; byte buffer[PAGE_SIZE]; + memset(buffer,0,PAGE_SIZE); p.memAddr = buffer; p.rwlatch = initlock(); p.loadlatch = initlock();