mondaylord

Results 6 issues of mondaylord

Hi, developers of faust: In the test of the binary faust instrumented with ASAN. There is a stack-overflow vulnerability in `/build/bin/faust`, `/faust/compiler/boxes/ppbox.cpp:401` in boxppShared::print(std::ostream&) const. Here is the ASAN mode...

Hi, developers of picoc: In the test of the binary picoc instrumented with ASAN, I found mulitple SEGV/heap-buffer-overflow/FPE/stack-overflow vulnerability in picoc, the version is 3.2.2, commit a97d94fa3d4d35c6b78b7de69faac7643e34de22 which is also...

Hi, developers of picoc: In the test of the binary picoc instrumented with ASAN, I found mulitple SEGV vulnerability in picoc, the version is 3.2.2, commit a97d94fa3d4d35c6b78b7de69faac7643e34de22 which is also...

# Description Autocorrect works as expected when I right-click a file or a blank space within the code in the IDE. However, when I attempt to run autocorrect by right-clicking...

feature

## Description detekt plugin in IDEA can not report any problems, and when i run `analyze file`, it will report an internal error ## Environment - detekt Idea plugin Version:...

bug
waiting for feedback

Try to handle loops, it works for https://trac.cppcheck.net/ticket/11786. However, I am uncertain if this change may introduce additional errors or unintended consequences. ``` else if (Token::Match(tok, "for|while|do")) { continue; }...