Page MenuHomePhabricator

[Backport] Never bind INADDR_ANY by default, and warn when doing so explicitly
AbandonedPublic

Authored by ProtocolCash on Dec 4 2019, 22:27.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Summary

Backport of Bitcoin Core PR#14532

Test Plan

make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR14532
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8416
Build 14847: Default Diff Build & Tests
Build 14846: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Dec 4 2019, 22:27

Bad diff... missing commits.

Please mention PR1243653 (with no # in the middle) in the description so that it can be searched for.

src/httpserver.cpp
343

This clearly does not match what's in master at the moment, so you probably did something wrong here.

Please mention PR1243653 (with no # in the middle) in the description so that it can be searched for.

Understood.

And, yes, this was a indeed bad diff... Figuring out why that happened.