Skip to content
Snippets Groups Projects
Commit 1e0ff599 authored by rtoy's avatar rtoy
Browse files

Lynn Quam noted that callbacks did not work on his system. This

happened because the callback trampoline used malloc'ed space which
were not executable by default.  Change this so that the trampoline is
executable.

code/unix.lisp, code/unix-glibc2.lisp:
o Add UNIX-MPROTECT

code/exports.lisp:
o Export UNIX-MPROTECT

code/alieneval.lisp:
o Make sure the malloc'ed trampoline area is executable.

general-info/release-19e.txt:
o Update
parent 6e324d31
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment