Yihan Yang
Yihan Yang
打开了 Katex 渲染也不太行?
Compiler Explorer: [https://godbolt.org/z/dbjjexs4f](https://godbolt.org/z/dbjjexs4f) Attempting to compile the following program with Clang Assertion Trunk: ```c void foo(const void *pcv, void *pvv, int i) { 1 ? *pcv : *pvv; } ```...
**This testcase is generated by a fuzzer.** Compiler Explorer: [https://godbolt.org/z/G5nn9vcWz](https://godbolt.org/z/G5nn9vcWz) This invalid code will crash on Clang Assertion Trunk. ```cpp template float nosplit(); template int nosplit(); int nosplit() { return...
### ChakraCore Version e26c81f ### Steps to reproduce The code will crash in debug builds. ### Proof of concept ```js async function test() { var i8 = new Int8Array(256); var...