From cb7b5347295de8fc2ab3f65ce7e4e5ce64265860 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 12 Apr 2017 18:17:56 +0200 Subject: [PATCH] Add changelog --- doc/news/changes/minor/20170412MartinKronbichler | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20170412MartinKronbichler diff --git a/doc/news/changes/minor/20170412MartinKronbichler b/doc/news/changes/minor/20170412MartinKronbichler new file mode 100644 index 0000000000..3465c44579 --- /dev/null +++ b/doc/news/changes/minor/20170412MartinKronbichler @@ -0,0 +1,6 @@ +Fixed: When initializing a LinearAlgebra::distributed::Vector and omitting +zeroing the entries, ghost entries were left undefined, leading to use of +invalid memory when calling compress() without a previous zero_out_ghosts() +also when the local range was completely valid. This is now fixed. +
+(Martin Kronbichler, 2017/04/12) -- 2.39.5