Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sizeless ObjectState + uninitialized memory support #131

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

ocelaiwo
Copy link
Collaborator

@ocelaiwo ocelaiwo commented Oct 6, 2023

No description provided.

@misonijnik misonijnik linked an issue Oct 7, 2023 that may be closed by this pull request
@misonijnik misonijnik force-pushed the sizeless_objects branch 5 times, most recently from 07f8d55 to a37446e Compare October 13, 2023 08:55
@ocelaiwo ocelaiwo force-pushed the sizeless_objects branch 4 times, most recently from c4f5613 to e7c971b Compare October 17, 2023 11:32
@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2023

Codecov Report

Merging #131 (793e1d7) into main (f1e8720) will increase coverage by 0.06%.
Report is 4 commits behind head on main.
The diff coverage is 72.20%.

❗ Current head 793e1d7 differs from pull request most recent head aef7c97. Consider uploading reports for the commit aef7c97 to get more accurate results

@@            Coverage Diff             @@
##             main     #131      +/-   ##
==========================================
+ Coverage   66.43%   66.50%   +0.06%     
==========================================
  Files         215      216       +1     
  Lines       29671    29685      +14     
  Branches     6572     6567       -5     
==========================================
+ Hits        19712    19741      +29     
+ Misses       7447     7443       -4     
+ Partials     2512     2501      -11     
Files Coverage Δ
include/klee/Expr/ArrayCache.h 60.00% <ø> (+20.00%) ⬆️
include/klee/Expr/Expr.h 81.60% <100.00%> (-0.41%) ⬇️
include/klee/Expr/Parser/Lexer.h 66.66% <ø> (ø)
include/klee/Module/KInstruction.h 100.00% <100.00%> (ø)
include/klee/Module/KModule.h 81.81% <ø> (ø)
include/klee/Solver/SolverUtil.h 61.16% <100.00%> (-0.16%) ⬇️
include/klee/Support/PrintContext.h 100.00% <100.00%> (ø)
lib/Core/AddressSpace.h 100.00% <ø> (ø)
lib/Core/Executor.h 76.92% <ø> (ø)
lib/Core/Memory.h 87.93% <100.00%> (+0.21%) ⬆️
... and 33 more

... and 6 files with indirect coverage changes

@ocelaiwo ocelaiwo marked this pull request as ready for review October 17, 2023 12:49
@ocelaiwo ocelaiwo force-pushed the sizeless_objects branch 3 times, most recently from 4162b06 to 31e8c48 Compare October 18, 2023 09:18
[feat] STP and MetaSMT symsize array support
@misonijnik misonijnik merged commit c3553c0 into main Oct 21, 2023
20 checks passed
@misonijnik misonijnik deleted the sizeless_objects branch February 16, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Model reads from uninitialized memory
3 participants