Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in static-analysis

Why does using += on a nullable type result in a FORWARD_NULL defect

How does one prove simple equalities of non-deterministic values in Frama-C + EVA?

How do you know if a JavaScript library you are using will break your code after an upgrade?

Why does the dependence graph of this scanf()-using program by Frama-C look like this?

c static-analysis frama-c

SQL injection finders [closed]

making c++ variables const

Are there any tools to perform a security analysis against .net desktop assemblies and excutables? [closed]

How can I search a java code base for interfaces that have a single method?

How well does static code analysis work with Spring and other abstractions?

Tool for model checking large, distributed C++ projects such as KDE?

Find uncaught exceptions in C# code

How to find and avoid uninitialised primitive members in C++?

c++ gcc static-analysis

Why are static analyzer issues not failing my CI build?

Dangerous magic number N used

Finding "fallthroughs" in C code

Specifying a string value in the type definition for the Elixir typespecs

Static Analysis erroneously reports out of bounds access

static-analysis frama-c

Adding missing NULL checks after malloc with coccinelle

Using Sparse to check C code

Java for each loop being flagged as UR anomaly by PMD