Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Correct the warning when a rendezvous descriptor exceeds REND_DESC_MA…
…X_SIZE The warning incorrectly referred to the limit as being kilobytes. Also moved this test to before the descriptor's hash is calculated. Fixes bug 2750, bugfix on 0.2.1.5-alpha.
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -0,0 +1,4 @@ | ||
| o Minor bugfixes | ||
| - Correct the warning displayed when a rendezvous descriptor exceeds | ||
| the maximum size, and test this slightly earlier during parsing. | ||
| Fixes bug 2750; bugfix on 0.2.1.5-alpha. Patch by John Brooks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters