How Not To Code

C, C++, C#, Java bad practices: learn how to make a good code by bad example

Skip to content
  • Home
  • Bug of the month
  • How to use PVS-Studio for Free
  • Free resources
  • About
Search

nullptr

Use nullptr instead of NULL from now on

07.07.201613.09.2021 / hownot2code / Leave a comment

New C++ standards brought quite a lot of useful changes. There are things which we would not rush into using straight away, but there are some changes which need to be applied immediately, as they will bring with them, significant benefits. Continue reading →

Share with:

  • Twitter
  • Facebook
  • Tumblr
  • Reddit
  • Email
  • Print
  • More
  • LinkedIn
  • Pinterest
  • Skype

Like this:

Like Loading...

Do not compare ‘this’ to nullptr anymore

04.07.201613.09.2021 / hownot2code / 1 Comment

The fragment is taken from CoreCLR project. This dangerous code is detected by the following diagnostic: V704 ‘this == nullptr’ expression should be avoided – this expression is always false on newer compilers, because ‘this’ pointer can never be NULL.
Continue reading →

Share with:

  • Twitter
  • Facebook
  • Tumblr
  • Reddit
  • Email
  • Print
  • More
  • LinkedIn
  • Pinterest
  • Skype

Like this:

Like Loading...

Never dereference null pointers

26.06.201613.09.2021 / hownot2code / Leave a comment

This bug was found in GIT‘s source code. The code contains an error that analyzer diagnoses in the following way: V595 The ‘tree’ pointer was utilized before it was verified against nullptr. Check lines: 134, 136.

Continue reading →

Share with:

  • Twitter
  • Facebook
  • Tumblr
  • Reddit
  • Email
  • Print
  • More
  • LinkedIn
  • Pinterest
  • Skype

Like this:

Like Loading...

Check your program and find bugs

Download PVS-Studio

Categories

  • 64-bit issues
  • Development of 64-bit C/C++ applications
  • Bugs in C# projects
  • Bugs in C/C++ projects
  • Java bugs of the month
  • C# bugs of the month
  • C/C++ bugs of the month
  • Quiz
  • Tips and tricks
  • 42 recommendations about coding in C++
Follow How Not To Code on WordPress.com

Recent Posts

  • DuckStation
  • Bitwarden
  • Blend2D
  • Unity
  • Barotrauma

Tags

64bit Apache Bug of the month bugs Bugs in C# projects C# C# bugs of the month C++ C++bugs clang clanguage c language code code quality coding coreclr cpp cppbugs cprogramming Csharp development development guidelines DevOps dotnet embedded evil freebsd fun function gamedev games github haiku information security java Java bugs Knowledge libreoffice linux LLVM masssuppression memory memset microsoft Miranda misra Mozilla Thunderbird nullptr opensource OWASP programming programming language PVS-Studio python Qt Quiz ReactOS Roslyn security SharpDevelop software space static code analysis static code analyzer structure technology Tips and tricks Tizen tutorial type Unreal Engine visualstudio xamarin xenko xnu kernel

RSS Feed

  • RSS - Posts
Blog at WordPress.com.
  • Follow Following
    • How Not To Code
    • Join 330 other followers
    • Already have a WordPress.com account? Log in now.
    • How Not To Code
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
%d bloggers like this: