View Issue Details

IDProjectCategoryView StatusLast Update
0003569GNUnetfile-sharing servicepublic2018-06-07 00:25
Reportercy1 Assigned ToChristian Grothoff  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinuxOSArch 
Product VersionGit master 
Target Version0.11.0pre66Fixed in Version0.11.0pre66 
Summary0003569: gnunet-directory frees a null
DescriptionThe directory outputted by gnunet-search has no name metadata, so in gnunet-directory.c:98 when it goes GNUNET_free(name) it's freeing a NULL and crashes. Just adding an if(name) GNUNET_free(name) fixes the problem.
Steps To Reproducegnunet-search -o results ...
gnunet-directory results
TagsNo tags attached.

Activities

Christian Grothoff

2014-12-08 14:52

manager   ~0008657

Fixed in SVN 34512.

Issue History

Date Modified Username Field Change
2014-12-08 00:29 cy1 New Issue
2014-12-08 14:52 Christian Grothoff Note Added: 0008657
2014-12-08 14:52 Christian Grothoff Status new => resolved
2014-12-08 14:52 Christian Grothoff Fixed in Version => 0.11.0pre66
2014-12-08 14:52 Christian Grothoff Resolution open => fixed
2014-12-08 14:52 Christian Grothoff Assigned To => Christian Grothoff
2014-12-08 14:52 Christian Grothoff Target Version => 0.11.0pre66
2018-06-07 00:25 Christian Grothoff Status resolved => closed