Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Timmons
asdf
Commits
690a6f68
Commit
690a6f68
authored
May 09, 2021
by
Robert Goldman
Browse files
clisp save-image fix.
parent
bf589e14
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/image.lisp
View file @
690a6f68
...
@@ -366,6 +366,10 @@ or COMPRESSION on SBCL, and APPLICATION-TYPE on SBCL/Windows."
...
@@ -366,6 +366,10 @@ or COMPRESSION on SBCL, and APPLICATION-TYPE on SBCL/Windows."
:quiet
t
:quiet
t
:start-package
*package*
:start-package
*package*
:keep-global-handlers
nil
:keep-global-handlers
nil
;; Faré explains the odd executable value (slightly paraphrased):
;; 0 is very different from t in clisp and there for a good reason:
;; 0 turns the executable into one that has its own command-line handling, so hackers can't
;; use the underlying -i or -x to turn your would-be restricted binary into an unrestricted evaluator.
:executable
(
if
executable
0
t
)
;--- requires clisp 2.48 or later, still catches --clisp-x
:executable
(
if
executable
0
t
)
;--- requires clisp 2.48 or later, still catches --clisp-x
(
when
executable
(
when
executable
(
list
(
list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment