Our website uses cookies to enhance your browsing experience.
Accept
to the top

Webinar: Let's make a programming language. Part 1. Intro - 20.02

>
Posts

Posts: articles

Vulnerabilities due to XML files processing: XXE in C# applications in theory and in practice
Sergey Vasiliev
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...
...
Feb 10 2022
An example of undefined behavior caused by absence of return
Andrey Karpov
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...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Feb 07 2022
What memory release strategy does the PVS-Studio C and C++ core use?
Andrey Karpov
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...
...
Feb 04 2022
Playing with null: Checking MonoGame with the PVS-Studio analyzer
Vadim Kuleshov
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...
...
Feb 01 2022
MuditaOS: Will your alarm clock go off? Part I
Vladislav Stolyarov
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...
...
Jan 28 2022
PVS-Studio for Visual Studio 2022
Valery Komarov
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 Visual...
...
Jan 25 2022
Re-checking PascalABC.NET
Sergey Khrenov
Welcome all fans of clean code! Today we analyze the PascalABC.NET project. In 2017, we already found errors in this project. We used two static analysis tools (more precisely, plugins...
...
Jan 20 2022
How many marketing specialists do you need to create one video?
Yulia Khushnamova
Video is one of the simplest and most attractive formats for information perception. Especially now, in the era of TikTok and YouTube. It is not surprising that marketing specialists often...
...
Jan 18 2022
How PVS-Studio prevents rash code changes, example N2
Andrey Karpov
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 cases...
...
Design and evolution of constexpr in C++
Guest
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...
...
View more Pagination arrow previous
Showing: - of 1558