Software Alternatives & Reviews

Enforcing Memory Safety?

Infer by Facebook Cppcheck
  1. Detect bugs in Android and iOS apps before they ship.
    Pricing:
    • Open Source
    Using infer, someone else exploited null-dereference checks to introduce simple affine types in C++. Cppcheck also checks for null-dereferences. Unfortunately, that approach means that borrow-counting references have a larger sizeof than non-borrow counting references, so optimizing the count away potentially changes the semantics of a program which introduces a whole new way of writing subtly wrong code.

    #Communication #Group Chat & Notifications #Cloud Storage 8 social mentions

  2. Cppcheck is an analysis tool for C/C++ code. It detects the types of bugs that the compilers normally fail to detect. The goal is no false positives. CppCheckDownload cppcheck for free.
    Pricing:
    • Open Source
    Using infer, someone else exploited null-dereference checks to introduce simple affine types in C++. Cppcheck also checks for null-dereferences. Unfortunately, that approach means that borrow-counting references have a larger sizeof than non-borrow counting references, so optimizing the count away potentially changes the semantics of a program which introduces a whole new way of writing subtly wrong code.

    #Code Analysis #Code Coverage #Code Review 10 social mentions

Discuss: Enforcing Memory Safety?

Log in or Post with