kaniini / libucontext

ucontext implementation featuring glibc-compatible ABI
Other
102 stars 41 forks source link

Add error checking in test_context and test_context_posix #57

Closed VolkerChristian closed 1 month ago

VolkerChristian commented 1 year ago

Add error checking test_libucontext and test_libucontext_posix to test return values of get/set/swapcontext.

Modifications are inspired by the example program source in the linux man page of swapcontext

kaniini commented 1 month ago

Merged, thanks!