From: Peter Seebach <peter.seebach@windriver.com>
To: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/1] v2 pseudo 1.7 (now 1.7.1)
Date: Wed, 2 Sep 2015 13:47:07 -0500 [thread overview]
Message-ID: <cover.1441219463.git.peter.seebach@windriver.com> (raw)
So, this is just like the previous pseudo 1.7.0 patch, except
that the very strange and sporadic failures that were showing up
in the RPM backend are now fixed.
The actual issue: realpath(foo, NULL) is supposed to allocate storage.
When I stopped having path canonicalization allocate new storage, I
fixed the points where the returned values were being freed, but I
did not spot this particular instance of a place where the value was
being returned with the expectation that the caller would free it.
Also changed the lstat() calls in path canonicalization so they will
use lstat64 where appropriate (such as all the time on Linux), because
otherwise lstat() can fail if a file has an *inode value* out of range,
which is distinct from the "size out of range" issues previously corrected.
This may have broken path lookups in some cases on XFS.
The xattrdb stuff has not been otherwise changed, so it's still
considered experimental.
The following changes since commit bdeb32b4cdbe316f17c2fd854d59e05e8f2e8ffc:
rt-tests: drop unnecessary added-missing-dependencies.patch (2015-09-01 11:43:38 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib seebs/pseudo171
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo171
Peter Seebach (1):
pseudo_1.7.1.bb: New version of pseudo
meta/recipes-devtools/pseudo/pseudo_1.7.1.bb | 19 +++++++++++++++++++
meta/recipes-devtools/pseudo/pseudo_git.bb | 4 ++--
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.7.1.bb
--
2.3.1
next reply other threads:[~2015-09-02 18:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-02 18:47 Peter Seebach [this message]
2015-09-02 18:47 ` [PATCH 1/1] pseudo_1.7.1.bb: New version of pseudo Peter Seebach
2015-09-03 8:43 ` Richard Purdie
2015-09-04 1:37 ` Peter Seebach
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=cover.1441219463.git.peter.seebach@windriver.com \
--to=peter.seebach@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