bug-bounty358
xss312
google234
facebook189
microsoft187
apple130
exploit101
rce90
csrf78
account-takeover61
bragging-post60
authentication-bypass58
writeup54
access-control49
browser49
defi48
smart-contract47
ethereum44
open-source42
malware41
privilege-escalation39
ssrf38
sql-injection38
web336
ai-agents35
docker34
cve33
smart-contract-vulnerability33
dos31
aws30
idor29
information-disclosure29
react29
denial-of-service28
api-security28
supply-chain28
burp-suite26
clickjacking25
solidity25
oauth24
race-condition23
wordpress23
node22
vulnerability-disclosure22
remote-code-execution22
responsible-disclosure21
web-security21
phishing21
reverse-engineering21
automation21
0
2/10
MSVC's experimental `/experimental:constevalVfuncNoVtable` compiler flag violates C++20 standards by omitting vtable pointers from polymorphic types with consteval-only virtual functions, causing type traits like `is_polymorphic` to incorrectly report false and breaking RTTI conformance, while the conforming `/experimental:constevalVfuncVtable` flag matches GCC and Clang behavior.
c++
compiler-bug
msvc
constexpr
virtual-functions
type-system
standards-compliance
polymorphism
rtti
MSVC
P1064
Arthur O'Dwyer
GCC
Clang
C++20