-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
This type is supposed to be the ucontext_t
type which is passed to POSIX signal handlers. However, the parts of the standard library it was taken from were in places mirroring the ucontext_t
types in libc, which are often extended versions of the data structure given to signal handlers. The definitions of signal_ucontext_t
should be audited and corrected to match the structure populated by the kernel before invoking a signal handler.
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.