diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-13 10:00:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:49 -0800 |
commit | f364cb7c4c26e1902e2ed80204972a52c82e31b9 (patch) | |
tree | 384cb17d44245dc8a9f81edd743ea34449ba0be7 /meta/recipes-core | |
parent | 839568db9db79a74a499cde658ed4c97b5c80cb1 (diff) | |
download | poky-f364cb7c4c26e1902e2ed80204972a52c82e31b9.tar.gz |
musl: Update to latest
here is shortlog
* d6601f0a avoid unbounded strlen in gettext functions
* dbbb3734 fix use of uninitialized pointer in gettext core
* 01e6bbec fix bindtextdomain logic error deactivating other domains
* 6894f847 fix spurious EINTR errors from multithreaded set*id, etc.
* 1f53e7d0 fix crashes in x32 __tls_get_addr
* 27b3fd68 fix crash from corrupted tls module list after failed dlopen
* 809ff8cf treat base 1 as an error in strtol-family functions
* 786fda87 fix getopt[_long] clobbering of optopt on success
* 150747b4 reduce impact of REG_* namespace pollution in x86[_64] signal.h
(From OE-Core rev: 6f42e7be18e0896aac357ce2aedaa3b32b2ad98e)
(From OE-Core rev: 72146e579e2df3b1132776a81b47e842dc262229)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index e9b9fef601..5e293cfc13 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | require musl.inc | 4 | require musl.inc |
5 | 5 | ||
6 | SRCREV = "769f53598e781ffc89191520f3f8a93cb58db91f" | 6 | SRCREV = "d6601f0af0452b218d247cb47513fc9cd6bbf2e2" |
7 | 7 | ||
8 | PV = "1.1.16+git${SRCPV}" | 8 | PV = "1.1.16+git${SRCPV}" |
9 | 9 | ||