mailing list of musl libc
 help / color / mirror / code / Atom feed
576a1b522f0347c3b5d5697b268775c44e5059d0 blob 116 bytes (raw)

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

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

solving 576a1b5 ...
found 576a1b5 in https://inbox.vuxu.org/musl/20150831011011.GA2232@newbook/ ||
	https://inbox.vuxu.org/musl/20150701142106.GA1829@newbook/
found e814ecc in https://inbox.vuxu.org/musl/1434509291-28997-1-git-send-email-josiahw@gmail.com/

applying [1/3] 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


applying [2/3] https://inbox.vuxu.org/musl/20150831011011.GA2232@newbook/
diff --git a/src/compat/longjmp_chk.c b/src/compat/longjmp_chk.c
index e814ecc..576a1b5 100644

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

skipping https://inbox.vuxu.org/musl/20150701142106.GA1829@newbook/ for 576a1b5
index at:
100644 576a1b522f0347c3b5d5697b268775c44e5059d0	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).