]> code.ossystems Code Review - openembedded-core.git/commitdiff
musl: Upgrade to latest master
authorKhem Raj <raj.khem@gmail.com>
Mon, 11 Sep 2017 05:43:31 +0000 (22:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Sep 2017 15:53:31 +0000 (16:53 +0100)
Alexander Monakov (3):
      overhaul environment functions
      free allocations in clearenv
      fix OOB reads in Xbyte_memmem

Bartosz Brachaczek (1):
      handle whitespace before %% in scanf

Rich Felker (6):
      fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs
      fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder
      fix signal masking race in pthread_create with priority attributes
      don't treat numeric port strings as servent records in getservby*()
      fix glob descent into . and .. with GLOB_PERIOD
      work around incorrect EPERM from mmap syscall

Szabolcs Nagy (4):
      s390x: add bits/hwcap.h
      add a_clz_64 helper function
      arm: add HWCAP_ARM_ hwcap macros
      make syscall.h consistent with linux

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/musl/musl_git.bb

index 88769f4e0ba0daec5e6c9b569c67a5fc1688b70a..8b6a2e345425f8832d4931571c532d5aedd99fed 100644 (file)
@@ -3,7 +3,7 @@
 
 require musl.inc
 
-SRCREV = "5f7efb87a28a311ad377dd26adf53715dedb096d"
+SRCREV = "da438ee1fc516c41ba1790cef7be551a9e244397"
 
 PV = "1.1.16+git${SRCPV}"