This website requires JavaScript.
Explore
Help
Register
Sign In
Lab
/
cosmopolitan
Watch
1
Star
0
Fork
You've already forked cosmopolitan
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
113eeabd85
cosmopolitan
/
build
/
sanitycheck2
10 lines
512 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix bug in code written a priori
2020-09-01 04:02:14 +00:00
MZqFpD=123
exit $MZqFpD
Add binfmt_misc workaround detector to builds This is a recently introduced Linux Kernel feature that gives people like Debian package mantainers the power to arbitrarily redefine how executables are interpreted by the kernel. If your system gets tuned this way and you're not able to disable it, then you need to restore default behavior for the APE MZqFpD prefix as follows: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register" This prefix will cover all .com executables built with this tooling. Please don't run the above command unless you're certain you need it. See #2 for additional context.
2020-09-01 02:31:11 +00:00
Fix bug in code written a priori
2020-09-01 04:02:14 +00:00