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...
Vulnerabilities due to XML files processing: XXE in C# applications in theory and in practice https://pvs-studio.com/en/blog/posts/csharp/0918/
PVS-Studio
Vulnerabilities due to XML files processing: XXE in C# applications in theory and in practice
How can simple XML files processing turn into a security weakness? How can a blog deployed on your machine cause a data leak? Today we′ll find answers to these questions, learn what XXE is and how it...
PVS-Studio 7.17: Unreal Engine, ASP.NET Core, Texas Instruments https://pvs-studio.com/en/blog/posts/0919/
Pvs-Studio
PVS-Studio 7.17: Unreal Engine, ASP.NET Core, Texas Instruments
We are pleased to announce the first release of PVS-Studio in 2022. In this article, we discuss various enhancements in managing Unreal Engine and ASP.NET Core projects. Keep reading to lea…
Visual Studio 2022 — stylish and fresh. How PVS-Studio supported VS2022 https://pvs-studio.com/en/blog/posts/0920/
Pvs-Studio
Visual Studio 2022 — stylish and fresh. How PVS-Studio supported…
Seems like Microsoft has just announced Visual Studio 2022. And it already came out! For us at PVS-Studio, this meant only one thing — we must support this IDE in the next PVS-Studio releas…
How PVS-Studio prevents rash code changes, example N3 https://pvs-studio.com/en/blog/posts/cpp/0922/
Pvs-Studio
How PVS-Studio prevents rash code changes, example N3
Let's continue with a series of small notes illustrating the PVS-Studio's ability to quickly find new errors in the code. If the analyzer is regularly used, of course :). Today we have anot…
Why does my app send network requests when I open an SVG file? https://pvs-studio.com/en/blog/posts/csharp/0923/
PVS-Studio
Why does my app send network requests when I open an SVG file?
You decided to make an app that works with SVG. Encouraged by the enthusiasm, you collected libraries and successfully made the application. But suddenly you find that the app is sending strange...