[OE-core] [PATCH 1/5] go-native: fix PATH issue when len(TMPDIR) == 410

Alexander Kanavin alexander.kanavin at linux.intel.com
Thu Nov 30 11:33:22 UTC 2017


On 11/30/2017 03:45 AM, Robert Yang wrote:
> +-	char buf[4096];
> ++	char buf[8192];

I understand it would take more time, but the proper way to fix this 
(and similar issues in patches 2, 3, 5) is to use dynamic allocation. 
Swapping one arbitrary value for another arbitrary value may still not 
be enough for everyone.

Alex



More information about the Openembedded-core mailing list