From 22a7702eb4fd8315e944ed1bf25ae4c8b8496237 Mon Sep 17 00:00:00 2001 From: ArnoStiefvater Date: Tue, 23 Feb 2021 09:18:26 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9dbdc80..080870b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Use a char pointer instead of an zero-lenght array as kb_redis struct member. [4 ### Fixed * Fixing [#434](https://github.com/greenbone/gvm-libs/pull/434) by removing the extra parentheses in `base/networking.c` [#437](https://github.com/greenbone/gvm-libs/pull/437) * Adding initialization to struct scanner in `boreas/util_tests.c`. [#438](https://github.com/greenbone/gvm-libs/pull/438) +* Fix warnings about uninitialized variables. [#448](https://github.com/greenbone/gvm-libs/pull/448) ### Removed