diff options
Diffstat (limited to 'changes/bug18296')
-rw-r--r-- | changes/bug18296 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18296 b/changes/bug18296 new file mode 100644 index 0000000000..1e98200be9 --- /dev/null +++ b/changes/bug18296 @@ -0,0 +1,4 @@ + o Minor bugfixes (containers): + - If we somehow attempt to construct a heap with more than + 1073741822 elements, avoid an integer overflow when maintaining + the heap property. Fixes bug 18296; bugfix on 0.1.2.1-alpha. |