diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2015-11-25 16:42:17 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:31:03 +0000 |
commit | 983a19a65a31b54a6f505181012bd311c28a0ae1 (patch) | |
tree | 4d6da62bb3adf68907ad8fc86f5aea690af07e48 /meta/recipes-core/glibc/glibc_2.22.bb | |
parent | a7d081c3db776c8b0734942df6bf96f811f15bd3 (diff) | |
download | openembedded-core-983a19a65a31b54a6f505181012bd311c28a0ae1.tar.gz openembedded-core-983a19a65a31b54a6f505181012bd311c28a0ae1.tar.bz2 openembedded-core-983a19a65a31b54a6f505181012bd311c28a0ae1.zip |
glibc/0029-fix-getmnt-empty-lines.patch: fix getmntent()
When confronted with an empty line, getmntent() can underrun
a buffer, possibly doing very strange things if it finds
additional space/tab characters. Backport the upstream fix.
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.22.bb')
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.22.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.22.bb b/meta/recipes-core/glibc/glibc_2.22.bb index da755865ad..cbacfd4748 100644 --- a/meta/recipes-core/glibc/glibc_2.22.bb +++ b/meta/recipes-core/glibc/glibc_2.22.bb @@ -41,6 +41,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ file://nscd-no-bash.patch \ file://0028-Clear-ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA-for-prel.patch \ file://strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch \ + file://0029-fix-getmntent-empty-lines.patch \ " SRC_URI += "\ |