Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8295682 | openjdk8u362 | Martin Balao Alonso | P4 | Resolved | Fixed | b01 |
JDK-8295552 | openjdk8u352 | Martin Balao Alonso | P4 | Resolved | Fixed | master |
HttpServer/ServerImpl.java:377-381:
Notice the null check on ‘chan’ is performed after it may have been dereferenced to set the TCP_NODELAY on the channel’s socket. If chan truly can be null at that point, the check needs to be move up a few lines.
Notice the null check on ‘chan’ is performed after it may have been dereferenced to set the TCP_NODELAY on the channel’s socket. If chan truly can be null at that point, the check needs to be move up a few lines.
- backported by
-
JDK-8295552 Null check too late in sun.net.httpserver.ServerImpl
-
- Resolved
-
-
JDK-8295682 Null check too late in sun.net.httpserver.ServerImpl
-
- Resolved
-