Brings the following changes * f5f55d65 release 1.2.4 * 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
Signed-off-by: Khem Raj <[email protected]> --- v2: Bring f5f55d65 commit which is marking 1.2.4 release meta/recipes-core/musl/musl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 531f337e82..4b21af8499 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -4,9 +4,9 @@ require musl.inc inherit linuxloader -SRCREV = "1d5750b95c06913a1f18a995481276d698d20fae" +SRCREV = "f5f55d6589940fd2c2188d76686efe3a530e64e0" -BASEVER = "1.2.3" +BASEVER = "1.2.4" PV = "${BASEVER}+git${SRCPV}" -- 2.40.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180783): https://lists.openembedded.org/g/openembedded-core/message/180783 Mute This Topic: https://lists.openembedded.org/mt/98656190/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
