infer icon indicating copy to clipboard operation
infer copied to clipboard

A static analyzer for Java, C, C++, and Objective-C

Results 264 infer issues
Sort by recently updated
recently updated
newest added

Please make sure your issue is not addressed in the [FAQ](https://fbinfer.com/docs/support#troubleshooting). Please include the following information: - [X] The version of infer from `infer --version`. -> v1.1.0 - [X] Your...

We want to use infer to run with the RISC-V clang tools, does this support?

Hi! In this PR we add incremental build support for json-based frontend. All we need is provide a list of changed files in a txt file and feed in through...

CLA Signed

Please make sure your issue is not addressed in the [FAQ](https://fbinfer.com/docs/support#troubleshooting). Please include the following information: - [ ] The version of infer from `infer --version`. - [ ] Your...

This commit fixes an issue originally found through AdaCore's Ada frontend for infer, but which is actually present for other frontends too. The issue is that infer will sometimes emit...

CLA Signed

This PR aims at handling static closure calls like regular static function calls. For instance, this allows for static closure calls to be present in the syntactic callgraph (which would...

CLA Signed

Unfortunately, I have to get infer working on RedHat 7. I was able to build it pretty easily on RedHat 8, but 7 is giving me real fits. The problem...

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

CLA Signed
dependencies

Please make sure your issue is not addressed in the [FAQ](https://fbinfer.com/docs/support#troubleshooting). - The version of infer from `infer --version` is Infer version v1.1.0-9d9a3a42b. - Your operating system and version is...

Hello -- it seems that modifications made during April 2022 to PulseTaintOperations seem to be causing the analysis to crash in certain scenarios. Below is the stack trace. I did...