Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
9964f8e9
Commit
9964f8e9
authored
11 years ago
by
an7s
Browse files
Options
Downloads
Patches
Plain Diff
make it so that determine_program controls the big data approach
Former-commit-id: aa3294f757baee61e109d915202a447db1838d2d
parent
037b5fa4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/ps_analyze.sh
+7
-2
7 additions, 2 deletions
tools/ps_analyze.sh
with
7 additions
and
2 deletions
tools/ps_analyze.sh
+
7
−
2
View file @
9964f8e9
...
...
@@ -25,8 +25,13 @@ DO_CANARIES=on
CONCOLIC_DIR
=
concolic.files_a.stratafied_0001
intxform_warnings_only
=
0
# default: integer warnings only mode is off
intxform_detect_fp
=
0
# default: detect benign false positives is off
# if on, you should also enable the determine_program step
intxform_detect_fp
=
1
# default: detect benign false positives is on
# but if determine_program is off, it's a no-op
#
# By default, big data approach is off
# To turn on the big data approach: set determine_program=on in check_options()
#
# alarm handler
THIS_PID
=
$$
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment