Re: [oe-core][PATCH 1/1] icu: increase command buffer size

2023-06-08 Thread Richard Purdie
On Thu, 2023-06-08 at 10:18 -0700, Joe Slater via lists.openembedded.org wrote: > From: Joe Slater > > Make cmd in pkg_installLibrary() LARGE_BUFFER_SIZE to avoid > pathname truncation if the install path is longer than about > 150 characters. For default compilation, the U_ASSERT does > not

[oe-core][PATCH 1/1] icu: increase command buffer size

2023-06-08 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Make cmd in pkg_installLibrary() LARGE_BUFFER_SIZE to avoid pathname truncation if the install path is longer than about 150 characters. For default compilation, the U_ASSERT does not detect buffer overflow but this is not addressed here. Signed-off-by: Joe Slater ---

[v2][oe-core][PATCH 1/1] icu: increase command buffer size

2021-08-06 Thread Joe Slater
Make cmd in pkg_installLibrary() LARGE_BUFFER_SIZE to avoid pathname truncation if the install path is longer than about 150 characters. For default compilation, the U_ASSERT does not detect buffer overflow, but that issue is not addressed. Signed-off-by: Joe Slater ---

Re: [oe-core][PATCH 1/1] icu: increase command buffer size

2021-08-06 Thread Alexander Kanavin
Upstream-Status is missing, and this looks like something that should be sent upstream first for review. Alex On Thu, 5 Aug 2021 at 22:22, Joe Slater wrote: > Make cmd in pkg_installLibrary() LARGE_BUFFER_SIZE to avoid > pathname truncation if the install path is longer than about > 150

[oe-core][PATCH 1/1] icu: increase command buffer size

2021-08-05 Thread Joe Slater
Make cmd in pkg_installLibrary() LARGE_BUFFER_SIZE to avoid pathname truncation if the install path is longer than about 150 characters. For default compilation, the U_ASSERT does not detect buffer overflow. Signed-off-by: Joe Slater --- ...pkgdata-increase-command-buffer-size.patch | 41