mailing list of musl libc
 help / color / mirror / code / Atom feed
e814ecc759cea2421b81a1824d577d53f5b40cff blob 128 bytes (raw)

1
2
3
4
5
6
7
 
#include <setjmp.h>
#include <signal.h>

_Noreturn void __longjmp_chk(sigjmp_buf buf, int ret)
{
	longjmp((jmp_buf)buf, ret);
}
debug log:

solving e814ecc ...
found e814ecc in https://inbox.vuxu.org/musl/1434509291-28997-1-git-send-email-josiahw@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/1434509291-28997-1-git-send-email-josiahw@gmail.com/
diff --git a/src/compat/longjmp_chk.c b/src/compat/longjmp_chk.c
new file mode 100644
index 0000000..e814ecc

Checking patch src/compat/longjmp_chk.c...
Applied patch src/compat/longjmp_chk.c cleanly.

index at:
100644 e814ecc759cea2421b81a1824d577d53f5b40cff	src/compat/longjmp_chk.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).