[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -config: initialize variable
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -config: initialize variable |
Date: |
Sat, 31 Jul 2021 12:48:58 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 832253e6e -config: initialize variable
832253e6e is described below
commit 832253e6eb9ad4e7327217dac560002e397d6288
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Jul 31 12:45:34 2021 +0200
-config: initialize variable
---
src/util/configuration.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 8553d2b61..f7277b3cb 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -427,7 +427,7 @@ handle_inline (struct GNUNET_CONFIGURATION_Handle *cfg,
const char *source_filename,
unsigned int source_lineno)
{
- char *inline_path;
+ char *inline_path = NULL;
struct GNUNET_CONFIGURATION_Handle *other_cfg = NULL;
struct CollectFilesContext igc = {
.files = NULL,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: -config: initialize variable,
gnunet <=