diff --git a/CHANGELOG.md b/CHANGELOG.md index 07991d8942..ee6a7bb502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -157,6 +157,10 @@ sundials_band.h Fixed [#329](https://github.com/LLNL/sundials/issues/329) so that C++20 aggregate initialization can be used. +Fixed integer overflow in the internal SUNDIALS hashmap. This resolves +[#409](https://github.com/LLNL/sundials/issues/409) and +[#249](https://github.com/LLNL/sundials/issues/249) + ## Changes to SUNDIALS in release 6.7.0 Added the `SUNAdaptController` base class, ported ARKODE's internal diff --git a/doc/arkode/guide/source/Introduction.rst b/doc/arkode/guide/source/Introduction.rst index f4e7dc788c..ebf540b295 100644 --- a/doc/arkode/guide/source/Introduction.rst +++ b/doc/arkode/guide/source/Introduction.rst @@ -313,6 +313,10 @@ rely on these are recommended to transition to the corresponding :c:type:`SUNMat Fixed `GitHub Issue #329 `_ so that C++20 aggregate initialization can be used. +Fixed integer overflow in the internal SUNDIALS hashmap. This resolves +`GitHub Issue #409 `_ and +`#249 `_. + Changes in v5.7.0 ----------------- diff --git a/doc/cvode/guide/source/Introduction.rst b/doc/cvode/guide/source/Introduction.rst index 34cb8b14fa..7aa27e1680 100644 --- a/doc/cvode/guide/source/Introduction.rst +++ b/doc/cvode/guide/source/Introduction.rst @@ -283,6 +283,10 @@ corresponding :c:type:`SUNMatrix` and :c:type:`SUNLinearSolver` modules: Fixed `GitHub Issue #329 `_ so that C++20 aggregate initialization can be used. +Fixed integer overflow in the internal SUNDIALS hashmap. This resolves +`GitHub Issue #409 `_ and +`#249 `_. + Changes in v6.7.0 ----------------- diff --git a/doc/cvodes/guide/source/Introduction.rst b/doc/cvodes/guide/source/Introduction.rst index 8ddbe732f5..71c41ba69b 100644 --- a/doc/cvodes/guide/source/Introduction.rst +++ b/doc/cvodes/guide/source/Introduction.rst @@ -283,6 +283,10 @@ corresponding :c:type:`SUNMatrix` and :c:type:`SUNLinearSolver` modules: Fixed `GitHub Issue #329 `_ so that C++20 aggregate initialization can be used. +Fixed integer overflow in the internal SUNDIALS hashmap. This resolves +`GitHub Issue #409 `_ and +`#249 `_. + Changes in v6.7.0 ----------------- diff --git a/doc/ida/guide/source/Introduction.rst b/doc/ida/guide/source/Introduction.rst index a9ac1ad26c..15740c799a 100644 --- a/doc/ida/guide/source/Introduction.rst +++ b/doc/ida/guide/source/Introduction.rst @@ -244,6 +244,10 @@ corresponding :c:type:`SUNMatrix` and :c:type:`SUNLinearSolver` modules: Fixed `GitHub Issue #329 `_ so that C++20 aggregate initialization can be used. +Fixed integer overflow in the internal SUNDIALS hashmap. This resolves +`GitHub Issue #409 `_ and +`#249 `_. + Changes in v6.7.0 ----------------- diff --git a/doc/idas/guide/source/Introduction.rst b/doc/idas/guide/source/Introduction.rst index 49a782fa6e..b56bcd6da9 100644 --- a/doc/idas/guide/source/Introduction.rst +++ b/doc/idas/guide/source/Introduction.rst @@ -258,6 +258,10 @@ corresponding :c:type:`SUNMatrix` and :c:type:`SUNLinearSolver` modules: Fixed `GitHub Issue #329 `_ so that C++20 aggregate initialization can be used. +Fixed integer overflow in the internal SUNDIALS hashmap. This resolves +`GitHub Issue #409 `_ and +`#249 `_. + Changes in v5.7.0 ----------------- diff --git a/doc/kinsol/guide/source/Introduction.rst b/doc/kinsol/guide/source/Introduction.rst index 5b26e0e2b4..7a1ce51897 100644 --- a/doc/kinsol/guide/source/Introduction.rst +++ b/doc/kinsol/guide/source/Introduction.rst @@ -239,6 +239,10 @@ corresponding :c:type:`SUNMatrix` and :c:type:`SUNLinearSolver` modules: Fixed `GitHub Issue #329 `_ so that C++20 aggregate initialization can be used. +Fixed integer overflow in the internal SUNDIALS hashmap. This resolves +`GitHub Issue #409 `_ and +`#249 `_. + Changes in v6.7.0 -----------------