diff options
-rw-r--r-- | open_issues/exec.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/open_issues/exec.mdwn b/open_issues/exec.mdwn index ff3fccf5..36513453 100644 --- a/open_issues/exec.mdwn +++ b/open_issues/exec.mdwn @@ -18,6 +18,20 @@ IRC, unknown channel, unknown date. <youpi> now a funny bug: if I disable gzip/bzip2 support from exec <youpi> trying to run a zero-byte file hangs +Justus: This doesn't seem to be an issue anymore (2013-09-08): + + % touch empty + % chmod +x empty + % ./empty + zsh: exec format error: ./empty + % bash + $ ./empty + $ + +Also I've never encountered a problem with apt. + --- May want to have a look at using BFD / libiberty/simpleobject. + +Justus: The BFD code has been removed from the exec server. |