View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005879 | GNUnet | transport service | public | 2019-09-09 12:33 | 2024-05-03 13:59 |
Reporter | nikita | Assigned To | schanzen | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.14.0 | ||||
Summary | 0005879: gnunet-communicator-tcp build: uninitialized warning | ||||
Description | CC gnunet-communicator-tcp.o gnunet-communicator-tcp.c:1008:39: warning: variable 'left' is uninitialized when used here [-Wuninitialized] GNUNET_SCHEDULER_add_read_net(left, queue->sock, &queue_read, queue); ^~~~ gnunet-communicator-tcp.c:991:3: note: variable 'left' is declared here struct GNUNET_TIME_Relative left; ^ 1 warning generated. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-09-09 12:33 | nikita | New Issue | |
2020-10-29 11:18 | schanzen | Assigned To | => schanzen |
2020-10-29 11:18 | schanzen | Status | new => resolved |
2020-10-29 11:18 | schanzen | Resolution | open => fixed |
2020-10-29 11:18 | schanzen | Fixed in Version | => 0.14.0 |
2020-10-29 11:18 | schanzen | Note Added: 0017055 | |
2020-11-14 09:57 | schanzen | Note Added: 0017134 | |
2020-11-14 09:57 | schanzen | Status | resolved => closed |
2024-05-03 13:59 | Christian Grothoff | Category | TCP transport => transport service |