-
Notifications
You must be signed in to change notification settings - Fork 213
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NASA-SW-VnV/ikos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NASA-SW-VnV/ikos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 7 files changed
- 2 contributors
Commits on Aug 29, 2024
-
Fix paths of LLVM in CI job. Refs #275.
The CI job for Mac seems to have updated the image and it's failing to build when it used to work before. The way that LLVM is installed now has changed. This commit fixes the paths of LLVM-related binaries and headers to point to their new locations.
Configuration menu - View commit details
-
Copy full SHA for 00ad28f - Browse repository at this point
Copy the full SHA 00ad28fView commit details -
Install IKOS in HOME directory in CI job. Refs #275.
The CI job for Mac seems to have updated the image and it's failing to build when it used to work before. The permissions of top-level directories in the image now prevent us from installing ikos at the top level. This change makes the CI job install IKOS in the user's HOME directory instead.
Configuration menu - View commit details
-
Copy full SHA for 3b5b3e0 - Browse repository at this point
Copy the full SHA 3b5b3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 086395b - Browse repository at this point
Copy the full SHA 086395bView commit details
Commits on Sep 21, 2024
-
analyzer: Add missing include (#273).
This commit adds a missing include that leads to an error in newer versions of clang.
Configuration menu - View commit details
-
Copy full SHA for 178966b - Browse repository at this point
Copy the full SHA 178966bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98dfd84 - Browse repository at this point
Copy the full SHA 98dfd84View commit details
Commits on Sep 28, 2024
-
analyzer: Allow snprintf(NULL, 0, ...) (#221).
IKOS currently considers that the first argument of snprintf should never be null. However, a first argument null is allowed when the second argument is zero. This commit introduces a check for that second value; only when it is not the literal zero is the first argument checked. The check applies to the null dereference checker, the buffer overflow checker and the numerical execution engine. This check is not perfect: the second argument could also be a variable with the value or function call that returns zero. However, since passing the literal zero is the most common scenario, we check for that case for now.
Configuration menu - View commit details
-
Copy full SHA for dc75ca4 - Browse repository at this point
Copy the full SHA dc75ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9963a3f - Browse repository at this point
Copy the full SHA 9963a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c958e87 - Browse repository at this point
Copy the full SHA c958e87View commit details -
Update badges in README to refer to IKOS 3.4 (#287).
The badges at the top of the README file refer to a specific release (tag). This commit updates the badges to point to the upcoming 3.4 release.
Configuration menu - View commit details
-
Copy full SHA for c9f6c3f - Browse repository at this point
Copy the full SHA c9f6c3fView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 026c409 - Browse repository at this point
Copy the full SHA 026c409View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3...v3.4