]> code.ossystems Code Review - openembedded-core.git/commit
icu 3.6: do_install failed: Segmentation fault
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 29 Jun 2012 01:45:26 +0000 (09:45 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jul 2012 07:05:29 +0000 (00:05 -0700)
commit3fd5d0334439b6231a6afd2a544a16b87ae81c99
tree148c62d9a2f747bf3a2ef0d2253ba8ad9b7f845d
parent705baf06d151eb4f9dcae7b23c7f3e57c0c09a74
icu 3.6: do_install failed: Segmentation fault

There is a "Segmentation fault" error when the tmpdir is longer than 470
(or less), this is because it used "char cmd[1024]" which is not enough
for the command line. Allocate a larger memory size should fix this problem.

[YOCTO #2664]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-support/icu/files/larger-cmd-size.patch [new file with mode: 0644]
meta/recipes-support/icu/icu-3.6.inc
meta/recipes-support/icu/icu_3.6.bb