Message ID | 01000163b674b125-d5dd17be-2896-4433-a9e2-863037c2b31a-000000@email.amazonses.com |
---|---|
State | New |
Headers | show |
Series | [Bug,3867] New: timer validation test fails when using 1GB huge pages | expand |
diff --git a/platform/linux-generic/odp_ishm.c b/platform/linux-generic/odp_ishm.c index fc2f948c..8c40399d 100644 --- a/platform/linux-generic/odp_ishm.c +++ b/platform/linux-generic/odp_ishm.c @@ -969,6 +969,8 @@ int _odp_ishm_reserve(const char *name, uint64_t size, int fd, return -1; } + *((int *)addr) = 0; + /* remember block data and increment block seq number to mark change */ new_block->len = len;