projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3d279
)
awx: variable initialization fix
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 15 May 2007 00:13:38 +0000
(
00:13
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 15 May 2007 00:13:38 +0000
(
00:13
+0000)
SVN-Revision: 7243
package/busybox/patches/920-awx.patch
patch
|
blob
|
history
diff --git
a/package/busybox/patches/920-awx.patch
b/package/busybox/patches/920-awx.patch
index 251db6812616bdd0a1b3e4eadaa0960859f3a526..355c0559f773cfde8821e16ff20885aac457bcf0 100644
(file)
--- a/
package/busybox/patches/920-awx.patch
+++ b/
package/busybox/patches/920-awx.patch
@@
-98,7
+98,7
@@
diff -purN bb.old/editors/awk.c bb.dev/editors/awk.c
diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c
--- bb.old/editors/awx.c 1970-01-01 01:00:00.000000000 +0100
+++ bb.dev/editors/awx.c 2007-03-14 02:03:50.566202928 +0100
-@@ -0,0 +1,5
89
@@
+@@ -0,0 +1,5
90
@@
+/*
+ * awk web extension
+ *
@@
-323,6
+323,7
@@
diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c
+ func *f;
+ var *v, tv;
+
++ zero_out_var(&tv);
+ memset(&tmp, 0, sizeof(tmp));
+ pos = p;
+ t.lineno = 1;