summaryrefslogtreecommitdiff
path: root/open_issues/exec.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/exec.mdwn')
-rw-r--r--open_issues/exec.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/open_issues/exec.mdwn b/open_issues/exec.mdwn
index fe70123d..05deaa7a 100644
--- a/open_issues/exec.mdwn
+++ b/open_issues/exec.mdwn
@@ -21,6 +21,18 @@ License|/fdl]]."]]"""]]
<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.
+
## IRC, freenode, #hurd, 2013-08-01
@@ -68,3 +80,5 @@ License|/fdl]]."]]"""]]
---
May want to have a look at using BFD / libiberty/simpleobject.
+
+Justus: The BFD code has been removed from the exec server.