diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-06-10 18:25:09 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-06-27 11:53:30 +0200 |
commit | ab84e2f45e2cdf99e5c69b90b628ef6618fe880a (patch) | |
tree | 6701f92bd677e4afe242255e817163f6ca0e3ec7 /CHANGES | |
parent | 0b8c1aa84dc7200b055d45cf528a83163dfd21f8 (diff) |
Fix #7723: vm_compute segfaults with universe polymorphism
Was revealing a critical bug in VM universe handling introduced in 8.5.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,8 @@ Kernel - Fix a critical bug with cofixpoints and vm_compute/native_compute (#7333). - Fix a critical bug with inlining of polymorphic constants (#7615). +- Fix a critical bug with universe polymorphism and vm_compute (#7723). Was + present since 8.5. Notations |