summaryrefslogtreecommitdiff
path: root/packages/u-boot/files
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-01-13 13:34:58 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-01-13 13:34:58 +0000
commit47da305a56ff57bbe34929683672bd5291ab30f2 (patch)
treed098edb85601e838bf66cd9c90c0cf8c86252796 /packages/u-boot/files
parentd100cb85635a4112a0973a2c57d43ef860ce4103 (diff)
u-boot-openmoko
1.2.0: fix localversion display, rename file for simplicity 1.3.1: add new snapshot with ombug799 patch, upstream does not build atm.
Diffstat (limited to 'packages/u-boot/files')
-rw-r--r--packages/u-boot/files/fix-data-abort-from-sd-ombug799.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/u-boot/files/fix-data-abort-from-sd-ombug799.patch b/packages/u-boot/files/fix-data-abort-from-sd-ombug799.patch
new file mode 100644
index 0000000000..98b84430ad
--- /dev/null
+++ b/packages/u-boot/files/fix-data-abort-from-sd-ombug799.patch
@@ -0,0 +1,11 @@
+--- git.orig/fs/ext2/ext2fs.c 2007-12-13 23:16:13.000000000 -0800
++++ git/fs/ext2/ext2fs.c 2007-12-13 23:16:41.000000000 -0800
+@@ -472,7 +472,7 @@
+ return (0);
+ }
+ if (dirent.namelen != 0) {
+- char filename[dirent.namelen + 1];
++ char filename[256];
+ ext2fs_node_t fdiro;
+ int type = FILETYPE_UNKNOWN;
+