View Issue Details

IDProjectCategoryView StatusLast Update
0009300GNUnetutil librarypublic2024-10-29 20:56
Reporterfefe Assigned Toschanzen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.22.2Fixed in Version0.22.2 
Summary0009300: GNUNET_CRYPTO_ecdhe_elligator_key_get_public_norand: code and comment disagree
DescriptionIn crypto_elligator.c function GNUNET_CRYPTO_ecdhe_elligator_key_get_public_norand:

634 // Continue if generate_public_key fails
635 if (GNUNET_SYSERR ==
636 elligator_generate_public_key (sk, &pub))
637 return GNUNET_SYSERR;

It's always a bad sign if the code does the opposite of what the comment
says it does.
TagsNo tags attached.

Activities

schanzen

2024-10-25 13:41

administrator   ~0023597

Fix committed to master branch.

schanzen

2024-10-29 20:56

administrator   ~0023628

Released

Related Changesets

gnunet: master c9ca6c9b

2024-10-25 15:41

schanzen


Details Diff
util: Remove incorrect comment from oder code revision. Fixes 0009300 Affected Issues
0009300
mod - src/lib/util/crypto_elligator.c Diff File

Issue History

Date Modified Username Field Change
2024-10-25 10:18 fefe New Issue
2024-10-25 13:41 schanzen Changeset attached => gnunet master c9ca6c9b
2024-10-25 13:41 schanzen Note Added: 0023597
2024-10-25 13:41 schanzen Assigned To => schanzen
2024-10-25 13:41 schanzen Status new => resolved
2024-10-25 13:41 schanzen Resolution open => fixed
2024-10-25 13:41 schanzen Fixed in Version => 0.22.2
2024-10-25 13:41 schanzen Target Version => 0.22.2
2024-10-29 20:56 schanzen Note Added: 0023628
2024-10-29 20:56 schanzen Status resolved => closed