blob: 78d55b6df147ae986e7f5926af230ad96f737a74 (
plain) (
blame)
1
2
3
|
The issue arises from how `qemu-user` handles signal frames on RISC-V 64, specifically misaligning them to 4 bytes instead of the required 16 bytes. This causes problems like UBSan diagnostics for pointer misalignment. The bug is related to the runtime environment where signal handling occurs.
runtime
|