Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
Posts: #Knowledge

Posts: # Knowledge

Jul 24 2018
Pointers are more abstract than you might expect in C
Stefan Schulze Frielinghaus
A pointer references a location in memory and dereferencing a pointer refers to the lookup of the value of the memory location the pointer references. The value of a pointer is a memory address...
...
Feb 01 2018
Why it is important to check what the malloc function returned
Andrey Karpov
We'd like to present the series of articles dealing with the recommendations on writing code of high quality using the examples of errors found in the Chromium project. This is the 6th part...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Jan 27 2018
break and fallthrough
Andrey Karpov
We would like to suggest reading the series of articles dedicated to the recommendations on writing code of high quality using the examples of errors found in the Chromium project. This is the...
...
Dec 25 2017
Speeding up the Build of C and C++ Projects
Phillip Khandeliants
Many programmers know firsthand that C and C++ program builds very long. Someone solves this problem by sword-fighting at build time, someone is going to the kitchen to "grab some coffee"...
...
Oct 12 2017
C++17
Egor Bredikhin
C++ language is constantly evolving, and for us, as for developers of a static analyzer, it is important to track all its changes, in order to support all new features of the language. In this...
...
Jun 20 2017
How Can PVS-Studio Help in the Detection of Vulnerabilities?
Sergey Vasiliev
A vulnerability in terms of computer security, is a flaw in the system allowing someone to violate the integrity, or deliberately cause a malfunction, of the program. Practice shows that even...
...
May 19 2017
The Evil within the Comparison Functions
Andrey Karpov
Perhaps, readers remember my article titled "Last line effect". It describes a pattern I've once noticed: in most cases programmers make an error in the last line of similar text blocks. Now I...
...
May 05 2017
2038: only 21 years away
Jonathan Corbet
Sometimes it seems that things have gone relatively quiet on the year-2038 front. But time keeps moving forward, and the point in early 2038 when 32-bit time_t values can no longer represent...
...
A post about static code analysis for project managers, not recommended for the programmers
Andrey Karpov
If you consider yourself a good programmer or at least you think your level is above average, I do not recommend reading this article. This article is meant for the managers of software projects...
...
The way static analyzers fight against false positives, and why they do it
Andrey Karpov
In my previous article I wrote that I don't like the approach of evaluating the efficiency of static analyzers with the help of synthetic tests. In that article, I give the example of a code...
...
View more Pagination arrow previous
Showing: - of 153