From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] pseudo: fix uninitialised variable in realpath_fix.patch
Date: Tue, 19 Jul 2011 22:33:51 -0500 [thread overview]
Message-ID: <4E264C9F.7060502@windriver.com> (raw)
In-Reply-To: <2c1b7876622089db0c47848a456d9d6b0b1d6234.1311119488.git.josh@linux.intel.com>
On 7/19/11 6:57 PM, Joshua Lock wrote:
> Several users reported issues with pseudo on CentOS 5.x hosts, Matthew
> McClintock tracked the issue to the realpath_fix.patch and Mark Hatle
> supplied the included fix.
>
> CC: Matthew McClintock <msm@freescale.com>
> CC: Mark Hatle <mark.hatle@windriver.com>
Ack.. this has also already been included in the upstream pseudo.. when we move
to pseudo 1.1.2 we'll get this fix.
--Mark
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
> .../pseudo/pseudo/realpath_fix.patch | 2 +-
> meta/recipes-devtools/pseudo/pseudo_1.1.1.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch b/meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch
> index 7beea51..4a107e0 100644
> --- a/meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch
> +++ b/meta/recipes-devtools/pseudo/pseudo/realpath_fix.patch
> @@ -65,7 +65,7 @@ index 600a918..07a4429 100644
>
> +static void
> +pseudo_init_one_wrapper(pseudo_function *func) {
> -+ int (*f)(void);
> ++ int (*f)(void) = (int (*)(void)) NULL;
> + char *e;
> + if (*func->real != NULL) {
> + /* already initialized */
> diff --git a/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb b/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb
> index f1c8e63..0a61aec 100644
> --- a/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb
> +++ b/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb
> @@ -1,6 +1,6 @@
> require pseudo.inc
>
> -PR = "r1"
> +PR = "r2"
>
> SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \
> file://oe-config.patch \
next prev parent reply other threads:[~2011-07-20 3:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-19 23:57 [PATCH 0/1] Fix Pseudo on hosts with older compilers Joshua Lock
2011-07-19 23:57 ` [PATCH 1/1] pseudo: fix uninitialised variable in realpath_fix.patch Joshua Lock
2011-07-20 3:33 ` Mark Hatle [this message]
2011-07-20 17:29 ` [PATCH 0/1] Fix Pseudo on hosts with older compilers Saul Wold
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=4E264C9F.7060502@windriver.com \
--to=mark.hatle@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.