mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Fixes the following security vulnerabilities: - CVE-2019-15961: A Denial-of-Service (DoS) vulnerability may occur when scanning a specially crafted email file as a result of excessively long scan times. The issue is resolved by implementing several maximums in parsing MIME messages and by optimizing use of memory allocation. Similar to the 0.102.0 bump, building with the internal libmspack copy is broken, so instead link against the system one. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>