Skip to content

Commit

Permalink
standalone: update to musl version 1.1.16
Browse files Browse the repository at this point in the history
This release fixes a serious under-allocation bug in regexec due to
integer overflow (CVE-2016-8859) and related issues.

http://www.openwall.com/lists/musl/2017/01/03/1
  • Loading branch information
eworm-de committed Jan 3, 2017
1 parent aff8ffe commit 0c3df17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ DEPS_BIN = $(DEPS_PREFIX)/bin
DEPS_LIB = $(DEPS_PREFIX)/lib
DEPS_INC = $(DEPS_PREFIX)/include

LIBMUSL = musl-1.1.15
LIBMUSL_SHA1 = 027c3ae2182fa53c2b554ca98a28dc5cfca4b2c3
LIBMUSL = musl-1.1.16
LIBMUSL_SHA1 = 5c2204b31b1ee08a01d4d3e34c6e46f6256bdac8

LIBNCURSES = ncurses-6.0
LIBNCURSES_SHA1 = acd606135a5124905da770803c05f1f20dd3b21c
Expand Down

0 comments on commit 0c3df17

Please sign in to comment.