aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/check.mllib
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-11-28 12:51:24 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-11-28 13:34:47 +0100
commit8f47273f118808373649a3a084e4a3c99167edd3 (patch)
tree3a316928b3605cc9f87d6b630a45ccbe9b492152 /checker/check.mllib
parentd8093626b49b539bec283285ea37ba50e79f69d4 (diff)
Use safe demarshalling in the checker.
Instead of relying on the OCaml demarshaller, which is not resilient against ill-formed data, we reuse the safe demarshaller from votour. This ensures that garbage files do not trigger memory violations.
Diffstat (limited to 'checker/check.mllib')
-rw-r--r--checker/check.mllib1
1 files changed, 1 insertions, 0 deletions
diff --git a/checker/check.mllib b/checker/check.mllib
index 488507a13..f79ba66e3 100644
--- a/checker/check.mllib
+++ b/checker/check.mllib
@@ -1,5 +1,6 @@
Coq_config
+Analyze
Hook
Terminal
Canary