1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 07:38:28 +02:00
openwrt/toolchain/musl
Matthias Schiffer 10c211031c
musl: fix locking synchronization bug
Import proposed upstream fix [2] for the critical locking
synchronization bug recently found in musl [1].

This affects all programs that are temporarily multithreaded, but then
return to single-threaded operation.

[1] https://www.openwall.com/lists/musl/2020/05/22/3
[2] https://www.openwall.com/lists/musl/2020/05/22/10

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2020-05-26 23:45:16 +02:00
..
include
patches musl: fix locking synchronization bug 2020-05-26 23:45:16 +02:00
common.mk toolchain/musl: bump to version 1.1.24 2019-10-15 16:11:28 +02:00
Config.in musl: improve crypt() size hack 2019-01-22 12:08:03 +01:00
Makefile toolchain/musl: parallelize make install 2017-02-09 14:49:33 +01:00