Commit Graph

54 Commits (48ca11ef64bb221750f9384c5aada2b25cbb2b96)

Author SHA1 Message Date
Jules Villard d285ee900b [pulse] functional unknown functions 4 years ago
Jules Villard df9a7bbc81 [pulse][4/5] add a path context to record timestamps 4 years ago
Jules Villard 37a79d16b0 [pulse][2/5] do not overwrite attributes 4 years ago
Jules Villard 721e64126e [pulse][1/5] add a test that we report on the first null access 4 years ago
Jules Villard 5ec898a4f3 [pulse] suppress leaks that are not leaks due to pointer arithmetic 4 years ago
Jules Villard 26f0309ec9 [pulse] add "fat pointers" mem leak tests 4 years ago
Jules Villard 75a068b602 [pulse] delay leak reporting until summary is created 4 years ago
Jules Villard 84cc2bd371 [pulse] more config options to model dynamic memory management 4 years ago
Jules Villard 77865559f5 [pulse] model realloc(3) 4 years ago
Jules Villard b7ee374d00 [pulse] values equal to live values are not dead 4 years ago
Jules Villard 99c53b2d7b [pulse] report leaks as soon as values become unreachable 4 years ago
Loc Le d8d2f2b23d [pulse] added user-defined models for malloc/free 4 years ago
Jules Villard 8f1df1f11e [pulse] deduplicate histories and traces for memleaks 4 years ago
Jules Villard 16054a4510 [pulse] interproc memleak trace test 4 years ago
Jules Villard 02e6d46e7f [pulse] follow values inside function calls 4 years ago
Jules Villard 9409685a2f [pulse] a few textual changes in traces 4 years ago
Jules Villard 9980c4f614 [pulse] correct order of calling context in trace 4 years ago
Loc Le aa3a2ce049 [pulse] added an test on memory_leak.c 4 years ago
Jules Villard d97b82f8db [pulse] add tests for pulse.isl 4 years ago
Jules Villard 7853c322b3 [pulse] resolve function pointers when known 4 years ago
Jules Villard 16cb07698e [pulse] no longer drop attributes of dead addresses 4 years ago
Jules Villard 186b10e4f5 [pulse] record all the invalidations we can in histories 4 years ago
Jules Villard df9352e981 [pulse] report latent issues in "main" 4 years ago
Jules Villard 3bce92d804 [pulse] better traces when invalidation happens along the access trace 4 years ago
Jules Villard d4bdfec49a [pulse] record invalidation events in histories 4 years ago
Jules Villard 7207e05682 [pulse] discard "pruned" atoms that refer to variables outside the pre 4 years ago
Jules Villard 9b0f1ab415 [pulse] make sure we do not leak local mutations of formals into the summary 4 years ago
Loc Le ad2fc1148d [pulse][isl] manifest errors 4 years ago
Jules Villard e549103d75 [pulse] use term_eqs 4 years ago
Loc Le cd3c7b55da [pulse] FN about bug after malloc 4 years ago
Gabriela Cunha Sampaio cba144b779 [pulse] Adapting error messages 4 years ago
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