land fix/parse-listen-empty-guard (78117afd8c) #23

Open
pipeline-bot wants to merge 1 commit from fix/parse-listen-empty-guard into trunk
Collaborator
No description provided.
parseListenAddr indexed addr[0] before any length check, so an empty
value — a bare 'listen=' in a config file, or --listen "" — panicked in
safe builds instead of returning error.InvalidAddress. Guard + test.
This pull request has changes conflicting with the target branch.
  • CHANGELOG.md
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/parse-listen-empty-guard:fix/parse-listen-empty-guard
git switch fix/parse-listen-empty-guard
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/zdns!23
No description provided.