-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
E-mediumE-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Milestone
Description
PR #1235 adds a new test program to ensure that the cmsg(3) family of functions are correctly implemented on all targets. However, when run in QEMU CMSG_NXTHDR hits a Bus Error. This could be an error in libc's CMSG_NXTHDR implementation for that platform, or it could be an error in Linux's definition of the macro (doesn't work on unaligned buffers or something like that). Less likely would be an error in QEMU. Lacking access to sparc hardware, I didn't investigate further.
Metadata
Metadata
Assignees
Labels
E-mediumE-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.