90 errors in open-source projects[Knowledgebase] Abstract
There are actually 91 errors described in the article, but number 90 looks nicer in the title. The article is intended for C/C++ programmers, but developers working with other languages may also...
Intel IPP Samples for Windows - error correction[Knowledgebase] This is one of my posts on how PVS-Studio makes programs safer. That is where and what types of errors it detects. This time it is samples demonstrating handling of the IPP 7.0 library (Intel Performance...
Difference of code analysis approaches in compilers and specialized tools[Knowledgebase] Compilers and third-party static code analyzers have one common task: to detect dangerous code fragments. However, there is a great difference in the types of analysis performed by each kind of these tools....
Static analysis of source code by the example of WinMerge[Knowledgebase] The today's post is devoted to the question why tools of static source code analysis are helpful regardless of programmer's knowledge and skill. I will demonstrate the benefit of static analysis by the...
A Collection of Examples of 64-bit Errors in Real Programs[Knowledgebase] Abstract
This article is the most complete collection of examples of 64-bit errors in the C and C++ languages. The article is intended for Windows-application developers who use Visual C++, however, it...