Added a uninit variables analysis with indexes#732
Added a uninit variables analysis with indexes#732StamesJames wants to merge 1 commit intosecure-software-engineering:developmentfrom
Conversation
The added analysis exists as a seperate tool and does the same as the ifds-uninit analysis in phaser-cli but also remembers which indices are initialized.
|
Hi @StamesJames, |
|
Hi @fabianbs96 |
|
Hi @StamesJames, |
The added analysis exists as a seperate tool and does the same as the ifds-uninit analysis in phaser-cli but also remembers which indices are initialized.
This is related to Issue #720
I started it because I tried using phaser for rust code and in rusts llvm code the compiler often initializes structs field by field because of which phaser detects a lot of uninitialized variables that are not really uninitialized.