aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 16:34:30 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 16:34:30 +0000
commit4affb8454c8c141e5f968db30a76365b12594b8f (patch)
tree468b70c3d7b88cd88efa54923d11045295d5f798 /TODO
parent2c2da07d9974c2629475a161546770c27c1d7a6b (diff)
downloadgnunet-4affb8454c8c141e5f968db30a76365b12594b8f.tar.gz
gnunet-4affb8454c8c141e5f968db30a76365b12594b8f.zip
fixed
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 0 insertions, 18 deletions
diff --git a/TODO b/TODO
index ab1d96172..156910858 100644
--- a/TODO
+++ b/TODO
@@ -13,24 +13,6 @@ away), in order in which they will likely be done:
13 13
14Urgent items (before announcing ng.gnunet.org): 14Urgent items (before announcing ng.gnunet.org):
15* topology 15* topology
16 - valgrind crash (in topology test case):
17==31107== Invalid read of size 8
18==31107== at 0x401DA1: free_peer (gnunet-daemon-topology.c:480)
19==31107== by 0x4030A2: cleaning_task (gnunet-daemon-topology.c:1212)
20==31107== by 0x545DCBD: run_ready (scheduler.c:482)
21==31107== by 0x545E0CD: GNUNET_SCHEDULER_run (scheduler.c:609)
22==31107== by 0x545B00F: GNUNET_PROGRAM_run (program.c:223)
23==31107== by 0x403477: main (gnunet-daemon-topology.c:1346)
24==31107== Address 0x737e828 is 8 bytes inside a block of size 144 free'd
25==31107== at 0x4C21DBC: free (vg_replace_malloc.c:325)
26==31107== by 0x544240B: GNUNET_xfree_ (common_allocation.c:144)
27==31107== by 0x401E13: free_peer (gnunet-daemon-topology.c:487)
28==31107== by 0x4030A2: cleaning_task (gnunet-daemon-topology.c:1212)
29==31107== by 0x545DCBD: run_ready (scheduler.c:482)
30==31107== by 0x545E0CD: GNUNET_SCHEDULER_run (scheduler.c:609)
31==31107== by 0x545B00F: GNUNET_PROGRAM_run (program.c:223)
32==31107== by 0x403477: main (gnunet-daemon-topology.c:1346)
33==31107==
34 - considers peers 'connected' well before they actually are 16 - considers peers 'connected' well before they actually are
35 (since core notifies about it too early?); 17 (since core notifies about it too early?);
36 - (forced) disconnect does not work (also CORE API issue) 18 - (forced) disconnect does not work (also CORE API issue)