aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg/files/opkg_unarchive.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opkg/files/opkg_unarchive.patch')
-rw-r--r--recipes/opkg/files/opkg_unarchive.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/opkg/files/opkg_unarchive.patch b/recipes/opkg/files/opkg_unarchive.patch
new file mode 100644
index 0000000000..9e5ccfb714
--- /dev/null
+++ b/recipes/opkg/files/opkg_unarchive.patch
@@ -0,0 +1,13 @@
+--- trunk/libbb/unarchive.c.orig 2009-02-11 22:14:58.000000000 +0100
++++ trunk/libbb/unarchive.c 2009-02-11 22:15:07.000000000 +0100
+@@ -606,6 +606,10 @@
+ tar_entry->name = concat_path_file(tar.formated.prefix, tar.formated.name);
+ }
+
++ if (strlen(tar_entry->name) > 100) {
++ tar_entry->name[100] = 0;
++ }
++
+ // tar_entry->name = xstrdup(tar.formated.name);
+
+ /*