PVS-Studio checks Umbraco code for the third time https://pvs-studio.com/en/blog/posts/csharp/0898/
Pvs-Studio
PVS-Studio checks Umbraco code for the third time
Six years ago, we first checked Umbraco with the PVS-Studio static analyzer for C#. Today, we decided to go where it all started and analyze the Umbraco CMS source code.
C++20: linker surprised by four lines of code https://pvs-studio.com/en/blog/posts/cpp/0899/
Pvs-Studio
C++20: linker surprised by four lines of code
Imagine that you are a student learning modern C++ features. And you have to complete a task concerning concepts/constraints. The teacher, of course, knows the proper way to do it – but you…
1000 eyes that don't want to check open-source code https://pvs-studio.com/en/blog/posts/cpp/0900/
Pvs-Studio
1000 eyes that don't want to check open-source code
There's a myth that open-source software is better and safer that the closed one. This was reasonably questioned many times. People regularly find epic vulnerabilities in the open source co…
Top 10 bugs found in C++ projects in 2021 https://pvs-studio.com/en/blog/posts/cpp/0901/
PVS-Studio
Top 10 bugs found in C++ projects in 2021
It′s freezing outside, everyone has already decorated the Christmas tree and bought tangerines. New Year is coming! So, it′s time to meet the Top 10 interesting bugs found by the PVS-Studio C...
PVS-Studio checks the code of Flipper Zero dolphin https://pvs-studio.com/en/blog/posts/cpp/0902/
PVS-Studio
PVS-Studio checks the code of Flipper Zero dolphin
Flipper Zero is an open-source multi-tool for geeks and penetration testers. It so happened that the Flipper Zero project and the PVS-Studio analyzer crossed paths. A philosophical question: should...
Errors and suspicious code fragments in .NET 6 sources https://pvs-studio.com/en/blog/posts/csharp/0903/
Pvs-Studio
Errors and suspicious code fragments in .NET 6 sources
The .NET 6 turned out to be much-awaited and major release. If you write for .NET, you could hardly miss such an event. We also couldn't pass by the new version of this platform. We decided…
Top 10 bugs found in C# projects in 2021 https://pvs-studio.com/en/blog/posts/csharp/0904/
Pvs-Studio
Top 10 bugs found in C# projects in 2021
In 2021 we published several articles and showed you errors found in open-source projects. The year 2021 ends, which means it's time to present you the traditional top 10 of the most intere…
What's new in PVS-Studio in 2021? https://pvs-studio.com/en/blog/posts/cpp/0905/
Pvs-Studio
What's new in PVS-Studio in 2021?
2021 is coming to an end, which means it's time to sum up the year! Today we'll tell you about the new features we added to PVS-Studio in the past year. Buckle up and let's go!
The most interesting blogs and websites for C++ developers https://pvs-studio.com/en/blog/posts/cpp/0906/
PVS-Studio
The most interesting blogs and websites for C++ developers
Readers surely have favorite websites and blogs about C++. Hopefully, today your collection will grow.
The most interesting C# / .NET blogs and websites https://pvs-studio.com/en/blog/posts/csharp/0907/
PVS-Studio
The most interesting C# / .NET blogs and websites
Let′s take a look at the list of information sources that can be useful for the C# / .NET developers. Our list includes blogs, repositories with source code, standards and accounts of developers who...
PVS-Studio: static code analysis technology https://pvs-studio.com/en/blog/posts/0908/
Pvs-Studio
PVS-Studio: static code analysis technology
PVS-Studio provides static analyzers for C, C++, C# and Java languages on Windows, Linux and macOS platforms. PVS-Studio analyzers can vary slightly due to certain features that the languag…
Design and evolution of constexpr in C++ https://pvs-studio.com/en/blog/posts/cpp/0909/
PVS-Studio
Design and evolution of constexpr in C++
constexpr is one of the magic keywords in modern C++. You can use it to create code, that is then executed before the compilation process ends. This is the absolute upper limit for software...
How PVS-Studio prevents rash code changes, example N2 https://pvs-studio.com/en/blog/posts/cpp/0910/
Pvs-Studio
How PVS-Studio prevents rash code changes, example N2
When developers do make mistakes, it's often accidental or because the developers are in a hurry. These errors often make their way into small edits to the code. Let's review one of these c…
How many marketing specialists do you need to create one video? https://pvs-studio.com/en/blog/posts/0911/
Pvs-Studio
How many marketing specialists do you need to create one video?
Video is one of the simplest and most attractive formats for information perception. Especially now, in the era of TikTok, Instagram and YouTube. It is not surprising that marketing special…
PVS-Studio for Visual Studio 2022 https://pvs-studio.com/en/blog/posts/cpp/0913/
Pvs-Studio
PVS-Studio for Visual Studio 2022
The PVS-Studio team writes articles on various topics. But we rarely make articles on how to interact with the analyzer. Let's fix it with an article about the PVS-Studio plugin for the Vis…
MuditaOS: Will your alarm clock go off? Part I https://pvs-studio.com/en/blog/posts/cpp/0914/
PVS-Studio
MuditaOS: Will your alarm clock go off? Part I
Operating systems are a kind of software where code quality is critical. This time the PVS-Studio analyzer checked MuditaOS. So let′s take a look at what the static analyzer found in this open-source...
Playing with null: Checking MonoGame with the PVS-Studio analyzer https://pvs-studio.com/en/blog/posts/csharp/0915/
Pvs-Studio
Playing with null: Checking MonoGame with the PVS-Studio analyzer
The PVS-Studio analyzer often checks code of libraries, frameworks, and engines for game development. Today we check another project — MonoGame, a low-level gamedev framework written in C#.
What memory release strategy does the PVS-Studio C and C++ core use? https://pvs-studio.com/en/blog/posts/cpp/0916/
Pvs-Studio
What memory release strategy does the PVS-Studio C and C++ core …
In various discussions, we have already commented on how the PVS-Studio C and C++ module works with memory. Now it's time to make a small article from this comment.
An example of undefined behavior caused by absence of return https://pvs-studio.com/en/blog/posts/cpp/0917/
PVS-Studio
An example of undefined behavior caused by absence of return
This article contains a very interesting example. The absence of the return statement in a value-returning function leads to undefined behavior. It′s a perfect example of how wrong code can crash one...