]> granicus.if.org Git - php/commit
Possible fix for bug #77357
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 3 Jan 2019 09:24:48 +0000 (10:24 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 3 Jan 2019 09:24:48 +0000 (10:24 +0100)
commit5a361c3a54c055cdf7088e76aa8efa159334e096
tree4ffd59487475ce12ecfcafea1e15ce8ed6515afe
parent349dbb7938148226635ab8a59ca13bca75b255f9
Possible fix for bug #77357

Don't invoke CPUID with feature levels above the supported maximum.
In this case CPUID will return the highest supported basic information
leaf, which will have unrelated bits in the relevant positions.
Zend/zend_cpuinfo.c