aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2013-08-15 17:59:55 +0800
committerSaul Wold <sgw@linux.intel.com>2013-08-20 07:11:44 -0700
commitd98f08a7ad95d0b17846276b028a6614f16b6846 (patch)
treeced2c1cb94c4246327fa7b93124fc893a96050d3 /meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
parent0ec3710b8dcae311e8d9d676d5f1c6843a81383b (diff)
downloadopenembedded-core-d98f08a7ad95d0b17846276b028a6614f16b6846.tar.gz
genext2fs: fix memory corruption on powerpc
* fix memory corruption errors on powerpc64 e.g. |$ genext2fs -b 30000 -d . -i 8192 /tmp/tstrootfs | Segmentation fault Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb')
-rw-r--r--meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
index 702245ff75..60fd0c223d 100644
--- a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
+++ b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
@@ -22,7 +22,8 @@ SRC_URI += "file://update_to_1.95.patch \
file://0017-Fix-file-same-comparison.patch \
file://0018-Handle-files-changing-while-we-are-working.patch \
file://0019-Make-sure-superblock-is-clear-on-allocation.patch \
- file://fix-nbblocks-cast.patch"
+ file://fix-nbblocks-cast.patch \
+ file://fix-memory-corruption-on-powerpc.patch "
SRC_URI[md5sum] = "b7b6361bcce2cedff1ae437fadafe53b"
SRC_URI[sha256sum] = "404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc"