qweryzh

Results 2 comments of qweryzh

according to the error message,the problem is caused by the conversion of the base class and the derived class. Sass::Unary_Expression,static_cast will not peforme security checks during the downcast conversion.resulting in...

@hcatlin This occurs when I running fuzz test cases.You can download test environment from https://github.com/google/oss-fuzz.git and perform the following steps: 1.build python3 infra/helper.py build_fuzzers --sanitizer undefined libsass 2. run python3...