diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-02 07:44:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-03 07:33:18 +0100 |
commit | 6ec64c396bf88cfd626bc68cc737d9cddeb29100 (patch) | |
tree | c5e4053d224f2b43c7165d200aaeed59b2334ce7 /meta | |
parent | 1b301fa2d5277407f65e80017fbe5cf4edde3685 (diff) | |
download | poky-6ec64c396bf88cfd626bc68cc737d9cddeb29100.tar.gz |
musl: Update to latest master
Brings the following changes
* b928c723 fix return value of wmemcmp for extreme wchar_t values
* 4724793f fix wide printf numbered argument buffer overflow
* c1b42c4a wait4: fix missing rusage on x32 due to wrong success condition
* 9b12982d semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
* 6d322159 getopt: fix null pointer arithmetic ub
* 35e98311 nftw: fix use of uninitialized struct stat
* 7c410472 fix inadvertently static local var in dynlink get_lfs64
* 77327ed0 dns: check length field in tcp response message
(From OE-Core rev: 07ed616f776dd09cdadd323dfc8572491bab5aa3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 531f337e82..036ac948b2 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "1d5750b95c06913a1f18a995481276d698d20fae" | 7 | SRCREV = "b928c7234f62c35a9b4927586ff4c3cbf6e513b5" |
8 | 8 | ||
9 | BASEVER = "1.2.3" | 9 | BASEVER = "1.2.3" |
10 | 10 | ||