Commit Graph

1 Commits

Author SHA1 Message Date
Sergio Correia
c673aed0aa
Backport fix for UNIX domain socket crash
This causes problems for clevis, that depends on ncat to unlock LUKS
devices upon boot.

Issue can be reproduced with `ncat -U /dev/null'

Problem:
ncat -U /dev/null
Segmentation fault (core dumped)

Expected:
ncat -U /dev/null
Ncat: Connection refused.

Upstream: f6b40614e4

Signed-off-by: Sergio Correia <scorreia@redhat.com>
2020-10-22 12:01:54 -03:00