Replies: 1 comment
-
Maybe, I do not know if this is valid for all libc implementations. If you combine iceoryx on linux with dietlibc or musl libc they may behave differently. This option also solves another problem. With |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi maintainers,
According to man page, if we create SharedMemoryObject by shm_open(O_CREATE) & ftruncate, the shm is zero initialized by default. So is IOX_SHM_WRITE_ZEROS_ON_CREATION necessary on Linux platform?
shm_open
Beta Was this translation helpful? Give feedback.
All reactions