openwrt/toolchain/musl
Petr Štetiar 733a482733 musl: handle wcsnrtombs destination buffer overflow (CVE-2020-28928)
The wcsnrtombs function in all musl libc versions up through 1.2.1 has
been found to have multiple bugs in handling of destination buffer
size when limiting the input character count, which can lead to
infinite loop with no forward progress (no overflow) or writing past
the end of the destination buffera.

This function is not used internally in musl and is not widely used,
but does appear in some applications. The non-input-limiting form
wcsrtombs is not affected.

All users of musl 1.2.1 and prior versions should apply the attached
patch, which replaces the overly complex and erroneous implementation.
The upcoming 1.2.2 release will adopt this new implementation.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 4d4ef1058c)
2020-11-23 22:37:03 +01:00
..
include musl: add sgidefs.h 2014-06-29 22:25:51 +00:00
patches musl: handle wcsnrtombs destination buffer overflow (CVE-2020-28928) 2020-11-23 22:37:03 +01: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
common.mk musl: handle wcsnrtombs destination buffer overflow (CVE-2020-28928) 2020-11-23 22:37:03 +01:00