You may have already read a recent article about the first PVS-Studio run and filtration of warnings. We used the GTK 4 project as an example. It's about time we worked with the received report...
The PVS-Studio analyzer is regularly updated with new diagnostic rules. Curiously enough, diagnostics often detect suspicious code fragments before the end of the work. For example, such a...
Starting from the version 7.04, the PVS-Studio analyzer for C and C++ languages on Linux and macOS provides the test feature of checking the list of specified files. Using the new mode, you...
If you feel like the New Year just came, and you missed the first half of January, then all this time you've been busy looking for tricky bugs in the code you maintain. It also means that our...
One of our readers recommended paying heed to the Espressif IoT Development Framework. He found an error in the project code and asked if the PVS-Studio static analyzer could find it. The...
Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? ? Nothing to worry about - we made a special mechanism that can help you deal with them ?? In this video, you'll learn about the inner workings of mass warnings supp…
Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? ? Nothing to worry about - we made a special mechanism that can help you deal with them ?? In this video, you'll learn about the inner workings of mass warnings supp…
For some people, the introduction of a static analyzer into a project seems like an insurmountable obstacle. It is widely believed that the amount of analysis results issued after the first run...
Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? ? Nothing to worry about - we made a special mechanism that can help you deal with them ?? In this video, you'll learn about the inner workings of mass warnings supp…
The New Year is steadily approaching, therefore it's time to sum everything up. Continuing the tradition, we thought back to our articles about checking Java projects from the open-source world...