Closed
Conversation
CHANGES: * Add `setjmp`/`longjmp` analysis (goblint/analyzer#887, goblint/analyzer#970, goblint/analyzer#1015, goblint/analyzer#1019). * Refactor race analysis to lazy distribution (goblint/analyzer#1084, goblint/analyzer#1089, goblint/analyzer#1136, goblint/analyzer#1016). * Add thread-unsafe library function call analysis (goblint/analyzer#723, goblint/analyzer#1082). * Add mutex type analysis and mutex API analysis (goblint/analyzer#800, goblint/analyzer#839, goblint/analyzer#1073). * Add interval set domain and string literals domain (goblint/analyzer#901, goblint/analyzer#966, goblint/analyzer#994, goblint/analyzer#1048). * Add affine equalities analysis (goblint/analyzer#592). * Add use-after-free analysis (goblint/analyzer#1050, goblint/analyzer#1114). * Add dead code elimination transformation (goblint/analyzer#850, goblint/analyzer#979). * Add taint analysis for partial contexts (goblint/analyzer#553, goblint/analyzer#952). * Add YAML witness validation via unassume (goblint/analyzer#796, goblint/analyzer#977, goblint/analyzer#1044, goblint/analyzer#1045, goblint/analyzer#1124). * Add incremental analysis rename detection (goblint/analyzer#774, goblint/analyzer#777). * Fix address sets unsoundness (goblint/analyzer#822, goblint/analyzer#967, goblint/analyzer#564, goblint/analyzer#1032, goblint/analyzer#998, goblint/analyzer#1031). * Fix thread escape analysis unsoundness (goblint/analyzer#939, goblint/analyzer#984, goblint/analyzer#1074, goblint/analyzer#1078). * Fix many incremental analysis issues (goblint/analyzer#627, goblint/analyzer#836, goblint/analyzer#835, goblint/analyzer#841, goblint/analyzer#932, goblint/analyzer#678, goblint/analyzer#942, goblint/analyzer#949, goblint/analyzer#950, goblint/analyzer#957, goblint/analyzer#955, goblint/analyzer#954, goblint/analyzer#960, goblint/analyzer#959, goblint/analyzer#1004, goblint/analyzer#558, goblint/analyzer#1010, goblint/analyzer#1091). * Fix server mode for abstract debugging (goblint/analyzer#983, goblint/analyzer#990, goblint/analyzer#997, goblint/analyzer#1000, goblint/analyzer#1001, goblint/analyzer#1013, goblint/analyzer#1018, goblint/analyzer#1017, goblint/analyzer#1026, goblint/analyzer#1027). * Add documentation for configuration JSON schema and OCaml API (goblint/analyzer#999, goblint/analyzer#1054, goblint/analyzer#1055, goblint/analyzer#1053). * Add many library function specifications (goblint/analyzer#962, goblint/analyzer#996, goblint/analyzer#1028, goblint/analyzer#1079, goblint/analyzer#1121, goblint/analyzer#1135, goblint/analyzer#1138). * Add OCaml 5.0 support (goblint/analyzer#1003, goblint/analyzer#945, goblint/analyzer#1162).
Contributor
Author
|
Closing this because I'll do a new release which hopefully fixes some test failures. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Static analysis framework for C
CHANGES:
setjmp/longjmpanalysis (Soundly handlesetjmpandlongjmpgoblint/analyzer#887, Analysis of longjmp/setjmp goblint/analyzer#970, Refactorsetjmp/longjmpanalysis goblint/analyzer#1015, Autotuner forlongjmpgoblint/analyzer#1019).Base.combinegoblint/analyzer#553, Taint analysis to improve the precision loss of partial contexts goblint/analyzer#952).all_array_index_expgoblint/analyzer#1044, Witness invariants for arrays and principled handling of unknown indices goblint/analyzer#1045, Unassume benchmarking fixes goblint/analyzer#1124).AddressSet.meet: Convert offsets to intdomain values to check overlap goblint/analyzer#967, Unsound address set equality with mismatching offsets goblint/analyzer#564, Make address semantic equality more precise for 0-index goblint/analyzer#1032, Address domain bucket conflict with first field offset goblint/analyzer#998, Remove unnecessary lval domain special cases goblint/analyzer#1031).varEqanalysis goblint/analyzer#984, Escaped variables are not communicated between threads goblint/analyzer#1074, ThreadEscape: Collect set of escaping threads flow-insensitively goblint/analyzer#1078).compinfokeys not updated incrementally goblint/analyzer#678, Incremental: Reset ckeys for anonymous structs and unions goblint/analyzer#942, Reluctant incremental analysis does not reach fixpoint and is unsound in some cases goblint/analyzer#949, Fix Unreached Fixpoint in Reluctant Incremental Analysis goblint/analyzer#950, Fix: not found global should be added not removed goblint/analyzer#957, Incremental goblint crashes withGoblint_lib.Lattice.BotValueon some commits of chrony and zstd goblint/analyzer#955, Fixpoint not reached in incremental analysis on some commits of chrony goblint/analyzer#954, Only pass stablereluctant_vsto postsolver goblint/analyzer#960, Reluctant incremental Goblint does not reach fixpoint on some commits of chrony goblint/analyzer#959, Fix incremental write-only restarting for side effects from deleted nodes goblint/analyzer#1004, Allow incremental octagon Apron analysis goblint/analyzer#558, Clear TD3sideswhen not reusingwpointincrementally goblint/analyzer#1010, Fixpoint not reached in some incremental runs on chrony goblint/analyzer#1091).cfg/lookuprequest goblint/analyzer#997, Handle pseudo return nodes inNode.of_idand improve their location goblint/analyzer#1000, Addarg/lookuprequest to server mode goblint/analyzer#1001, Addglobal-staterequest to server mode goblint/analyzer#1013,arg/evalandarg/eval-intgive wrong results for globals after reanalysis goblint/analyzer#1018, Fix incremental invariant parser for server mode goblint/analyzer#1017, Recursive functions causearg/lookupto return edges that point to nodes that don't exist goblint/analyzer#1026, Exclude pruned witness lifter prevs from ARG construction goblint/analyzer#1027).lib.activatedgoblint/analyzer#1028, Convert library functions to new specifications goblint/analyzer#1079, Incorrectmemmovelibrary function specification goblint/analyzer#1121, Add support forquick_exitgoblint/analyzer#1135, Library functions that are used inthe silver searcherincluding some from thepcrelibrary goblint/analyzer#1138).