mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02: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)