mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a note about the landmine in the middle of struct ia32_sigframe.
This commit is contained in:
parent
666dfc3f37
commit
61aeb6a14d
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ struct ia32_sigframe {
|
|||
u_int32_t sf_ucontext; /* points to sf_uc */
|
||||
u_int32_t sf_addr; /* undocumented 4th arg */
|
||||
u_int32_t sf_ah; /* action/handler pointer */
|
||||
/* Beware, hole due to ucontext being 16 byte aligned! */
|
||||
struct ia32_ucontext sf_uc; /* = *sf_ucontext */
|
||||
struct ia32_siginfo sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue