aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2016-07-29 00:35:41 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2016-07-29 00:35:41 +0000
commitc944678c3cc79704d6e16a0790e3044c0fb334a2 (patch)
treebbe2459b7483c74676fb2bad2ffb6b29580ca6ba /contrib
parent01a8bbfb74277d3dd7f1c0e24f7ed61554658fd6 (diff)
downloadgnunet-c944678c3cc79704d6e16a0790e3044c0fb334a2.tar.gz
gnunet-c944678c3cc79704d6e16a0790e3044c0fb334a2.zip
fixed a memleak, a static string free, an access of freed memory etc
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gnunet-logread4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gnunet-logread b/contrib/gnunet-logread
index f58758cb9..5b125a5a4 100755
--- a/contrib/gnunet-logread
+++ b/contrib/gnunet-logread
@@ -45,7 +45,7 @@ if (open HEADER, $filename)
45Could not read $filename for message codes: 45Could not read $filename for message codes:
46 $!. 46 $!.
47Please provide a \$GNUNET_PREFIX environment variable to replace "/usr". 47Please provide a \$GNUNET_PREFIX environment variable to replace "/usr".
48Try also '$0 -h' for help 48Try also '$0 -h' for help.
49 49
50X 50X
51} 51}
@@ -186,7 +186,7 @@ the GNUnet system beast.
186That master process is simply an extra gnunet-logread that you run in a 186That master process is simply an extra gnunet-logread that you run in a
187separate window and adorn it with the '-f' flag. The submitting processes 187separate window and adorn it with the '-f' flag. The submitting processes
188instead need to be given a '-n' flag. That is because from the GNUnet logs 188instead need to be given a '-n' flag. That is because from the GNUnet logs
189it isn't clear which process events belong too. For example you may be 189it isn't clear which process events belong to. For example you may be
190having events taking place in the 'util' subsystem of gnunet-psyc-service 190having events taking place in the 'util' subsystem of gnunet-psyc-service
191just as much as in the 'util' subsystem of gnunet-multicast-service. In 191just as much as in the 'util' subsystem of gnunet-multicast-service. In
192order to make sense of them it is necessary to manually add that info. This 192order to make sense of them it is necessary to manually add that info. This