This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LibOS] Align char msg[] in shim_ipc_msg to 16 bytes
The msg field of 'struct shim_ipc_msg' will for example be cast to 'struct shim_ipc_sysv_tellkey*' (in ipc_sysv_tellkey_callback()) and needs to be properly aligned. There are also casts to other IPC-related structures that also require alignment.
- Loading branch information