View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009300 | GNUnet | util library | public | 2024-10-25 10:18 | 2024-10-29 20:56 |
| Reporter | fefe | Assigned To | schanzen | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.22.2 | Fixed in Version | 0.22.2 | ||
| Summary | 0009300: GNUNET_CRYPTO_ecdhe_elligator_key_get_public_norand: code and comment disagree | ||||
| Description | In 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. | ||||
| Tags | No tags attached. | ||||
| 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 |