[OE-core] [PATCH 0/1] fix silly getmntent() bug

Peter Seebach peter.seebach at windriver.com
Wed Nov 25 22:42:16 UTC 2015


This is a backport of a bug in getmntent() which we were only
actually bitten by on MIPS, but which is clearly a real bug on
most targets, where empty lines can cause buffer underrun. Just
a backport of upstream patch. Verified to fix observed failure.

The following changes since commit 80b3974081c4a8c604e23982a6db8fb32c616058:

  sstate: Ensure siginfo and sig files are also touched (2015-11-25 08:08:51 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib seebs/getmntent
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/getmntent

Peter Seebach (1):
  glibc/0029-fix-getmnt-empty-lines.patch: fix getmntent()

 .../glibc/0029-fix-getmntent-empty-lines.patch     | 40 ++++++++++++++++++++++
 meta/recipes-core/glibc/glibc_2.22.bb              |  1 +
 2 files changed, 41 insertions(+)
 create mode 100644 meta/recipes-core/glibc/glibc/0029-fix-getmntent-empty-lines.patch

-- 
2.3.1




More information about the Openembedded-core mailing list