View Issue Details

IDProjectCategoryView StatusLast Update
0009290GNUnetutil librarypublic2024-10-23 13:19
Reporterfefe Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version0.22.2 
Summary0009290: GNUNET_CONFIGURATION_deserialize: confusing code
Description   933 /* remove quotes */
   934 i = 0;
   935 if ( ('"' == value[0]) &&
   936 ('"' == value[strlen (value) - 1]) )
   937 {
   938 value[strlen (value) - 1] = '\0';
   939 value++;
   940 }
   941 GNUNET_CONFIGURATION_set_value_string (cfg,
   942 section,
   943 tag,
   944 &value[i]);

This looks like a refactoring artifact. Remove line 934 and change the term in line 944 to just value
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-10-22 15:33 fefe New Issue
2024-10-23 13:19 schanzen Target Version => 0.22.2