aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-29 00:08:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-29 00:08:43 +0000
commitf4998c554a68ce330762992899f2a52e73428479 (patch)
tree13c38335a76e0e67b9a1e85d054a2371c178853f /package/busybox/patches
parent54942b3ce219ba0e038f117be94104a7352db148 (diff)
downloadupstream-f4998c554a68ce330762992899f2a52e73428479.tar.gz
upstream-f4998c554a68ce330762992899f2a52e73428479.tar.bz2
upstream-f4998c554a68ce330762992899f2a52e73428479.zip
check initseq->first in awx after running include()
SVN-Revision: 6751
Diffstat (limited to 'package/busybox/patches')
-rw-r--r--package/busybox/patches/920-awx.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/920-awx.patch b/package/busybox/patches/920-awx.patch
index 146bd269a2..251db68126 100644
--- a/package/busybox/patches/920-awx.patch
+++ b/package/busybox/patches/920-awx.patch
@@ -355,7 +355,7 @@ diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c
+ clear_array(ahash);
+ }
+ }
-+ if (initseq)
++ if (initseq && initseq->first)
+ evaluate(initseq->first, &tv);
+}
+