From noreply at github.com Fri Dec 11 13:45:18 2020 From: noreply at github.com (Lucas Holt) Date: Fri, 11 Dec 2020 10:45:18 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 200440: Correctly compare EdiPartyName in GENERAL_NAME_cmp() Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 20044063cae043c693d146905961678b0ae59bf6 https://github.com/MidnightBSD/src/commit/20044063cae043c693d146905961678b0ae59bf6 Author: Lucas Holt Date: 2020-12-11 (Fri, 11 Dec 2020) Changed paths: M crypto/openssl/crypto/x509v3/v3_genn.c Log Message: ----------- Correctly compare EdiPartyName in GENERAL_NAME_cmp() If a GENERAL_NAME field contained EdiPartyName data then it was incorrectly being handled as type "other". This could lead to a segmentation fault. Partial fix for CVE-2020-1971 Commit: f2b2c882749094941e63cdb95c1e2e3ce4fd4628 https://github.com/MidnightBSD/src/commit/f2b2c882749094941e63cdb95c1e2e3ce4fd4628 Author: Lucas Holt Date: 2020-12-11 (Fri, 11 Dec 2020) Changed paths: M etc/devfs.conf Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/src into master Compare: https://github.com/MidnightBSD/src/compare/082691a562c6...f2b2c8827490