Status: Available
Owner: ----
Components: Translator
OS: All
Priority: Medium
Type: Defect
New issue 8610 by kkinn...@
apple.com: Very long array declarations crash
https://bugs.chromium.org/p/angleproject/issues/detail?id=8610TEST_F(ParseTest, LotsOfArraysNoCrash)
{
// FIXME: minimize further, no unknown characters if possible.
std::ostringstream shader;
shader << R"(
int��E=int[])";
for (int i = 0; i < 10000; ++i)
{
shader << "[]";
}
shader << "()";
EXPECT_FALSE(compile(shader.str()));
}
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings