Add definitions for library functions used in cp program#865
Merged
michael-schwarz merged 9 commits intomasterfrom Oct 26, 2022
Merged
Add definitions for library functions used in cp program#865michael-schwarz merged 9 commits intomasterfrom
cp program#865michael-schwarz merged 9 commits intomasterfrom
Conversation
Member
Author
|
This is against |
michael-schwarz
commented
Oct 24, 2022
michael-schwarz
commented
Oct 24, 2022
Member
Already thought of, here's a couple of examples: analyzer/src/analyses/libraryFunctions.ml Line 48 in 24ad290 analyzer/unittest/analyses/libraryDslTest.ml Lines 21 to 27 in 24ad290 |
sim642
reviewed
Oct 25, 2022
Member
|
I'm not sure if SV-COMP rules cover the POSIX stuff though, they're not exactly part of GCC itself, but glibc. |
sim642
approved these changes
Oct 26, 2022
sim642
added a commit
to sim642/opam-repository
that referenced
this pull request
Nov 25, 2022
CHANGES: Functionally equivalent to Goblint in SV-COMP 2023. * Add automatic configuration tuning (goblint/analyzer#772). * Add many library function specifications (goblint/analyzer#865, goblint/analyzer#868, goblint/analyzer#878, goblint/analyzer#884, goblint/analyzer#886). * Reorganize library stubs (goblint/analyzer#814, goblint/analyzer#845). * Add Trace Event Format output to timing (goblint/analyzer#844). * Optimize domains for address and path sets (goblint/analyzer#803, goblint/analyzer#809).
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.
Adds definitions for the library functions encountered during #855. The following definitions are still missing:
atexitpart of (Support foratexit,on_exitandpthread_cleanup_*handlers #799)errorfscanf@sim642 Is there currently support for varargs in your library DSL? We would need it here.