Commit Graph

23 Commits (92ad9f1ed96f681d9bf0665cd96660442de00ec2)

Author SHA1 Message Date
Sungkeun Cho 7912877166 [uninit] Revise error message to include access paths 4 years ago
Sungkeun Cho c5cbd3142e [uninit] Fix a bug on nested struct initialization 4 years ago
Sungkeun Cho 60fe0c96b9 [pulse] Ignore array elements in uninitialized value check 4 years ago
Sungkeun Cho 27ab8bd253 [pulse] Uninitialized check for struct fields 4 years ago
Jules Villard f5936689a4 [pulse] case split in model of free(3) 4 years ago
Sungkeun Cho e185233d71 [frontend] Fix incorrect order of statements (paren) 4 years ago
Jules Villard 12bcf119c8 [pulse] fix C test not calling the functions it was supposed to 4 years ago
Sungkeun Cho b289d240f5 [frontend] Fix incorrect order of statements (implicit cast) 4 years ago
Loc Le 9228899f38 ISL tests 4 years ago
Sungkeun Cho 3685cc6fdd [pulse] Revise trace of uninitialized value check 4 years ago
Sungkeun Cho fa29098376 [pulse] Inter-procedural uninit analysis 4 years ago
Sungkeun Cho 69371bb2c5 [pulse] Change to ExitProgram state when calling noreturn function 4 years ago
Sungkeun Cho 0cbe2f9b08 [pulse] Uninitialized value check in pulse 4 years ago
Dulma Churchill 11c6e3e0ee [pulse] Enable pulse memory leaks and disable biabduction one 5 years ago
Jules Villard 2da04b835d [pulse] require ptr>0 in free() 5 years ago
Jules Villard 385b6fa914 [pulse] revamp arithmetic, put everything in the path condition 5 years ago
Jules Villard 5c453393ff [pulse] recency model for memory accesses 5 years ago
Jules Villard 3220804ddb [pulse] add a cache of constants to equate them 5 years ago
Dulma Churchill b29d1a2f5f [pulse] Adding new value history for allocations 5 years ago
Dulma Churchill dba4140a7b [pulse] Adding null case to malloc's model 5 years ago
Dulma Churchill 902514dccd [pulse] Add unreachable point to the trace of memory leaks 5 years ago
Dulma Churchill e99295e0e9 [pulse] Memory leak check 5 years ago
Dulma Churchill 2f90b05c2a [pulse] Add model for malloc 5 years ago