Skip to content

NPE thrown by isUnixDomainSocketAddress - #6335

Merged
tsegismont merged 1 commit into
eclipse-vertx:masterfrom
tsegismont:issue/6333
Aug 28, 2026
Merged

NPE thrown by isUnixDomainSocketAddress#6335
tsegismont merged 1 commit into
eclipse-vertx:masterfrom
tsegismont:issue/6333

Conversation

@tsegismont

Copy link
Copy Markdown
Member

See #6333

NPE thrown when the provided address is null (may happen if checking the local address of an unbounded server).

Other transports are protected from this because they use instanceof. This transport can't use it because it uses method lookups.

See eclipse-vertx#6333

NPE thrown when the provided address is null (may happen if checking the local address of an unbounded server).

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont
tsegismont removed the request for review from vietj August 28, 2026 10:07
@tsegismont
tsegismont merged commit 8166007 into eclipse-vertx:master Aug 28, 2026
2 of 8 checks passed
tsegismont added a commit that referenced this pull request Aug 28, 2026
See #6333

NPE thrown when the provided address is null (may happen if checking the local address of an unbounded server).

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants