aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/009-table-alignment.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/iptables/patches/009-table-alignment.patch')
-rw-r--r--package/iptables/patches/009-table-alignment.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iptables/patches/009-table-alignment.patch b/package/iptables/patches/009-table-alignment.patch
new file mode 100644
index 000000000..53012ab32
--- /dev/null
+++ b/package/iptables/patches/009-table-alignment.patch
@@ -0,0 +1,11 @@
+--- a/libiptc/libiptc.c
++++ b/libiptc/libiptc.c
+@@ -69,7 +69,7 @@ static const char *hooknames[] = {
+ struct ipt_error_target
+ {
+ STRUCT_ENTRY_TARGET t;
+- char error[TABLE_MAXNAMELEN];
++ char error[FUNCTION_MAXNAMELEN];
+ };
+
+ struct chain_head;