[new release] goblint (2.4.0)#26327
Merged
Merged
Conversation
CHANGES: * Remove unmaintained analyses: spec, file (goblint/analyzer#1281). * Add linear two-variable equalities analysis (goblint/analyzer#1297, goblint/analyzer#1412, goblint/analyzer#1466). * Add callstring, loopfree callstring and context gas analyses (goblint/analyzer#1038, goblint/analyzer#1340, goblint/analyzer#1379, goblint/analyzer#1427, goblint/analyzer#1439). * Add non-relational thread-modular value analyses with thread IDs (goblint/analyzer#1366, goblint/analyzer#1398, goblint/analyzer#1399). * Add NULL byte array domain (goblint/analyzer#1076). * Fix spurious overflow warnings from internal evaluations (goblint/analyzer#1406, goblint/analyzer#1411, goblint/analyzer#1511). * Refactor non-definite mutex handling to fix unsoundness (goblint/analyzer#1430, goblint/analyzer#1500, goblint/analyzer#1503, goblint/analyzer#1409). * Fix non-relational thread-modular value analysis unsoundness with ambiguous points-to sets (goblint/analyzer#1457, goblint/analyzer#1458). * Fix mutex type analysis unsoundness and enable it by default (goblint/analyzer#1414, goblint/analyzer#1416, goblint/analyzer#1510). * Add points-to set refinement on mutex path splitting (goblint/analyzer#1287, goblint/analyzer#1343, goblint/analyzer#1374, goblint/analyzer#1396, goblint/analyzer#1407). * Improve narrowing operators (goblint/analyzer#1502, goblint/analyzer#1540, goblint/analyzer#1543). * Extract automatic configuration tuning for soundness (goblint/analyzer#1369). * Fix many locations in witnesses (goblint/analyzer#1355, goblint/analyzer#1372, goblint/analyzer#1400, goblint/analyzer#1403). * Improve output readability (goblint/analyzer#1294, goblint/analyzer#1312, goblint/analyzer#1405, goblint/analyzer#1497). * Refactor logging (goblint/analyzer#1117). * Modernize all library function specifications (goblint/analyzer#1029, goblint/analyzer#688, goblint/analyzer#1174, goblint/analyzer#1289, goblint/analyzer#1447, goblint/analyzer#1487). * Remove OCaml 4.10, 4.11, 4.12 and 4.13 support (goblint/analyzer#1448).
shonfeder
approved these changes
Aug 3, 2024
Member
shonfeder
left a comment
There was a problem hiding this comment.
LGTM
Test failures on windows are from a dependency:
#=== ERROR while compiling cpu.2.0.0 ==========================================#
"autoconf": command not found.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build catapult 0.2
| - build cppo 1.6.9
| - build cpu 2.0.0
+-
Member
|
Thanks |
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:
spec&fileanalyses goblint/analyzer#1281).ctxto context & Simplify callstring-based approaches goblint/analyzer#1427, Fix context gas in g2html goblint/analyzer#1439).ProtectionBasedTIDPrivgoblint/analyzer#1398, Ego-Lane-Derived-Digests for Privatizations:Lock-&Write-CenteredPrivatizations goblint/analyzer#1399).AnalysisState.executing_speculative_computationsto avoid flagging overflows duringinvariantgoblint/analyzer#1411, Binary operations on pointers should not generate overflow warnings in SV-COMP goblint/analyzer#1511).BaseAnalysis: For non-definite AD, join over **all** components not justcpainsetgoblint/analyzer#1458).PTHREAD_MUTEX_DEFAULThandling is unsound goblint/analyzer#1414, Fix pthread mutex type from initializer on OSX goblint/analyzer#1416, EnablepthreadMutexTypeanalysis by default goblint/analyzer#1510).forloop invariant location in YAML witness goblint/analyzer#1355, Location fixes for YAML witness generation/validation goblint/analyzer#1372, Change YAML witness columns to 1-indexed goblint/analyzer#1400, Record statement copies during loop unrolling goblint/analyzer#1403).NullBytegoblint/analyzer#1405, Improve output for component of blob indicating whether it was created withmallocorcallocgoblint/analyzer#1497).stdoutprinting with logging goblint/analyzer#1117).