diff options
| author | coqbot-app[bot] | 2020-11-12 13:39:48 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-12 13:39:48 +0000 |
| commit | 24140636aa5562ba2dee407127339be1c96f4293 (patch) | |
| tree | f8644de41b093ad0956f9b0537fecaa091ebeb2f /dev | |
| parent | c53abd9bf4517ba66c732034fb5f9aedef6d0930 (diff) | |
| parent | 332bb8c5199eb264d09d2810546170e0654f4527 (diff) | |
Merge PR #13331: Fix #13330: Kernel messes with polymorphic side-effects.
Reviewed-by: Zimmi48
Reviewed-by: SkySkimmer
Ack-by: gares
Ack-by: jfehrle
Ack-by: jashug
Ack-by: ejgallego
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/critical-bugs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/doc/critical-bugs b/dev/doc/critical-bugs index 066facd5db..37619833ac 100644 --- a/dev/doc/critical-bugs +++ b/dev/doc/critical-bugs @@ -312,6 +312,18 @@ Conversion machines risk: none without using -allow-sprop (off by default in 8.10.0), otherwise could be exploited by mistake +Side-effects + + component: side-effects + summary: polymorphic side-effects inside monomorphic definitions incorrectly handled as not inlined + introduced: ? + impacted released versions: at least from 8.6 to 8.12.0 + impacted coqchk versions: none (no side-effects in the checker) + found by: ppedrot + exploit: test-suite/bugs/closed/bug_13330.v + GH issue number: #13330 + risk: unlikely to be exploited by mistake, requires the use of unsafe tactics + Conflicts with axioms in library component: library of real numbers |
