Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111628846
D34211.id102533.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
520 B
Referenced Files
None
Subscribers
None
D34211.id102533.diff
View Options
Index: sys/i386/i386/exec_machdep.c
===================================================================
--- sys/i386/i386/exec_machdep.c
+++ sys/i386/i386/exec_machdep.c
@@ -115,6 +115,10 @@
extern struct sysentvec elf32_freebsd_sysvec;
+_Static_assert(sizeof(mcontext_t) == 640, "mcontext_t bogusly changed size");
+_Static_assert(sizeof(ucontext_t) == 704, "ucontext_t bogusly changed size");
+_Static_assert(sizeof(siginfo_t) == 64, "siginfo_t bogusly changed size");
+
/*
* Send an interrupt to process.
*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 5:53 AM (18 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17026137
Default Alt Text
D34211.id102533.diff (520 B)
Attached To
Mode
D34211: i386: Add static asssert for context size
Attached
Detach File
Event Timeline
Log In to Comment