Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160354917
D34211.id102622.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
502 B
Referenced Files
None
Subscribers
None
D34211.id102622.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 size incorrect");
+_Static_assert(sizeof(ucontext_t) == 704, "ucontext_t size incorrect");
+_Static_assert(sizeof(siginfo_t) == 64, "siginfo_t size incorrect");
+
/*
* Send an interrupt to process.
*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 3:15 PM (1 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34286777
Default Alt Text
D34211.id102622.diff (502 B)
Attached To
Mode
D34211: i386: Add static asssert for context size
Attached
Detach File
Event Timeline
Log In to Comment