View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001706 | GNUnet | topology daemon | public | 2011-06-16 18:10 | 2011-06-17 11:30 |
| Reporter | mrwiggles | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Summary | 0001706: core api bug | ||||
| Description | ==16466== Conditional jump or move depends on uninitialised value(s) ==16466== at 0x43E0945: main_notify_handler (core_api.c:1117) ==16466== by 0x44108BA: receive_task (client.c:572) ==16466== by 0x443209F: run_ready (scheduler.c:648) ==16466== by 0x443252C: GNUNET_SCHEDULER_run (scheduler.c:795) ==16466== by 0x442DE2C: GNUNET_PROGRAM_run (program.c:228) ==16466== by 0x804BFA4: main (gnunet-daemon-topology.c:1482) | ||||
| Tags | No tags attached. | ||||
|
|
Handlers array in gnunet-daemon-topology.c is 0-terminated and only contains 1 entry (for HELLOs). |
|
|
Oh, but it is STACK allocated, and the respective frame is GONE at the time! |
|
|
Fixed in SVN 15683. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-06-16 18:10 | mrwiggles | New Issue | |
| 2011-06-17 09:58 | Christian Grothoff | Category | other => core service |
| 2011-06-17 09:58 | Christian Grothoff | Category | core service => topology daemon |
| 2011-06-17 09:59 | Christian Grothoff | Note Added: 0004391 | |
| 2011-06-17 09:59 | Christian Grothoff | Note Added: 0004392 | |
| 2011-06-17 10:00 | Christian Grothoff | Note Added: 0004393 | |
| 2011-06-17 10:00 | Christian Grothoff | Status | new => resolved |
| 2011-06-17 10:00 | Christian Grothoff | Resolution | open => fixed |
| 2011-06-17 10:00 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2011-06-17 11:30 | Christian Grothoff | Status | resolved => closed |