mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 18:11:21 +00:00
Make `hmu_tree_node` struct packed and add 4 padding bytes before `kfc_tree_root_buf` field in `gc_heap_struct` struct to ensure the `left/right/parent` fields in `hmu_tree_node` are 8-byte aligned on the 64-bit target which doesn't support unaligned memory access. Fix the issue reported in #2136. |
||
|---|---|---|
| .. | ||
| ems_alloc.c | ||
| ems_gc_internal.h | ||
| ems_gc.h | ||
| ems_hmu.c | ||
| ems_kfc.c | ||