| commit | bf3458d70b0f5a10f6ca11f48989702d79925563 | [log] [tgz] |
|---|---|---|
| author | Emerson Pinter <e@pinter.dev> | Wed Jan 22 13:26:49 2025 -0300 |
| committer | Benoit TELLIER <btellier@linagora.com> | Thu Feb 06 21:36:46 2025 +0100 |
| tree | 014ba3c6f5455ad7eafe0bac5f21f0e81c023fa6 | |
| parent | c2aa2607eb8a1ccf8b88dc538efe65dfdbb10bc0 [diff] |
[JSPF-115] Fix NPE that causes hang This NPE happens when a PortUnreachableException (that doesn't have a message) is received in the exceptionally block, but other exceptions without a message also can trigger this bug. Also added the null check for e.getCause(), just in case.