mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Fixes the following security issues: - [CVE-2018-12015] Directory traversal in module Archive::Tar - [CVE-2018-18311] Integer overflow leading to buffer overflow and segmentation fault - [CVE-2018-18312] Heap-buffer-overflow write in S_regatom (regcomp.c) - [CVE-2018-18313] Heap-buffer-overflow read in S_grok_bslash_N (regcomp.c) - [CVE-2018-18314] Heap-buffer-overflow write in S_regatom (regcomp.c) For more details, see perldelta: https://metacpan.org/changes/release/SHAY/perl-5.26.3 Bump perlcross to 1.2.2 for perl 5.26.3 support. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>