mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-02 09:11:35 +01:00
Fixes a few issues that have been resolved in glibc since 2.18: * The NSS backends shared internal state between thegetXXent and getXXbyYY NSS calls for the same database, causing a denial-of-service condition in some applications. (CVE-2014-8121) * Don't ignore too long lines in nss_files (CVE-2015-5277)