From: Matthias Maier Date: Mon, 3 Jul 2023 16:54:55 +0000 (-0500) Subject: add a news/changes entry X-Git-Tag: v9.5.0~2^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15602%2Fhead;p=dealii.git add a news/changes entry --- diff --git a/doc/news/9.4.0-vs-9.5.0.h b/doc/news/9.4.0-vs-9.5.0.h index ad70239d83..4aecebd305 100644 --- a/doc/news/9.4.0-vs-9.5.0.h +++ b/doc/news/9.4.0-vs-9.5.0.h @@ -405,6 +405,13 @@ inconvenience this causes.

Specific improvements

    +
  1. + Fixed: An out-of-bounds write due to an insufficiently sized buffer in + the Scalapack wrappers has been fixed. +
    + (Matthias Maier, 2023/07/03) +
  2. +
  3. Fixed: With some compilers, calling Threads::Task::Task() with a function object that ends with an exception lead to a segmentation