aboutsummaryrefslogtreecommitdiff
path: root/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'mfd')
-rw-r--r--mfd/bi_dns.m41
-rw-r--r--mfd/prog.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/mfd/bi_dns.m4 b/mfd/bi_dns.m4
index a3a6ef13..6d071e7e 100644
--- a/mfd/bi_dns.m4
+++ b/mfd/bi_dns.m4
@@ -133,2 +133,3 @@ MF_DEFUN(dns_getname, STRING, STRING ipstr)
+ MF_OBSTACK_BEGIN();
for (i = 0; i < ncount; i++) {
diff --git a/mfd/prog.c b/mfd/prog.c
index 17c2464b..a2671db8 100644
--- a/mfd/prog.c
+++ b/mfd/prog.c
@@ -493,2 +493,4 @@ runtime_stack_trace(eval_environ_t env)
+ if (pc < 2)
+ break; /*FIXME*/
if (prog[pc-2] == instr_funcall) {

Return to:

Send suggestions and report system problems to the System administrator.