[Bug 294912] Linuxulator: munmap is missing EINVAL for unaligned addresses
[email protected] Fri, 01 May 2026 02:15:31 +0000
| Newsgroups | gmane.os.freebsd.devel.emulation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294912 --- Comment #1 from Ed Maste <[email protected]> --- Interesting, old POSIX required EINVAL for unaligned addr but Issue 7 changed it to may fail with EINVAL -- "Austin Group Interpretation 1003.1-2001 #078 is applied, clarifying page alignment requirements." In any case, regardless of what the native ABI does the Linuxulator needs to follow Linux behaviour. -- You are receiving this mail because: You are the assignee for the bug.