From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: Robert Yang <liezhi.yang@windriver.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/5] go-native: fix PATH issue when len(TMPDIR) == 410
Date: Thu, 30 Nov 2017 13:33:22 +0200 [thread overview]
Message-ID: <3d8f8bf0-84a6-d9bf-6540-3cc09196fb1a@linux.intel.com> (raw)
In-Reply-To: <12c2694b20a9198d2d4f02100ced3dbdc1351f75.1512006081.git.liezhi.yang@windriver.com>
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
next prev parent reply other threads:[~2017-11-30 11:32 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-30 1:45 [PATCH 0/5] fix build when len(TMPDIR) == 410 Robert Yang
2017-11-30 1:45 ` [PATCH 1/5] go-native: fix PATH issue " Robert Yang
2017-11-30 11:33 ` Alexander Kanavin [this message]
2017-12-01 1:40 ` Robert Yang
2017-12-01 8:25 ` Alexander Kanavin
2017-11-30 1:45 ` [PATCH 2/5] go-native: fix import error " Robert Yang
2017-11-30 1:45 ` [PATCH 3/5] ninja: fix for llvm build " Robert Yang
2017-11-30 1:45 ` [PATCH 4/5] webkitgtk: fix compile error " Robert Yang
2017-11-30 11:34 ` Alexander Kanavin
2017-12-01 1:46 ` Robert Yang
2017-12-01 8:26 ` Alexander Kanavin
2017-12-01 9:49 ` Alexander Kanavin
2017-12-04 6:16 ` Robert Yang
2017-11-30 1:45 ` [PATCH 5/5] sqlite3: use 1024 for MAX_PATHNAM Robert Yang
2018-01-09 3:09 ` [PATCH 0/5] fix build when len(TMPDIR) == 410 Robert Yang
2018-01-19 1:52 ` Robert Yang
2018-02-02 3:34 ` Robert Yang
2018-03-06 1:51 ` Robert Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3d8f8bf0-84a6-d9bf-6540-3cc09196fb1a@linux.intel.com \
--to=alexander.kanavin@linux.intel.com \
--cc=liezhi.yang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox