public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add tests for longjmp with user contexts
@ 2023-12-14 19:37 H.J. Lu
  2023-12-14 19:37 ` [PATCH 1/2] Add a test for longjmp from user context H.J. Lu
  2023-12-14 19:37 ` [PATCH 2/2] Add a test for setjmp/longjmp within " H.J. Lu
  0 siblings, 2 replies; 9+ messages in thread
From: H.J. Lu @ 2023-12-14 19:37 UTC (permalink / raw)
  To: libc-alpha

Verify that longjmp works correctly from user context to main context
and within a user context.

H.J. Lu (2):
  Add a test for longjmp from user context
  Add a test for setjmp/longjmp within user context

 stdlib/Makefile           |   2 +
 stdlib/tst-setcontext10.c |  87 +++++++++++++++++++
 stdlib/tst-setcontext11.c | 178 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 267 insertions(+)
 create mode 100644 stdlib/tst-setcontext10.c
 create mode 100644 stdlib/tst-setcontext11.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-19 18:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-14 19:37 [PATCH 0/2] Add tests for longjmp with user contexts H.J. Lu
2023-12-14 19:37 ` [PATCH 1/2] Add a test for longjmp from user context H.J. Lu
2023-12-14 22:39   ` Noah Goldstein
2023-12-14 22:42     ` H.J. Lu
2023-12-15  0:04       ` Noah Goldstein
2023-12-19 14:06         ` Adhemerval Zanella Netto
2023-12-19 18:03           ` H.J. Lu
2023-12-14 19:37 ` [PATCH 2/2] Add a test for setjmp/longjmp within " H.J. Lu
2023-12-15  0:05   ` Noah Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).