[
https://issues.apache.org/jira/browse/CASSANDRA-20001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abe Ratnofsky updated CASSANDRA-20001:
--------------------------------------
Bug Category: Parent values: Code(13163)
Complexity: Low Hanging Fruit
Discovered By: Adhoc Test
Severity: Low
Status: Open (was: Triage Needed)
https://github.com/apache/cassandra-java-driver/pull/1966
> DefaultSslEngineFactory missing null check on close
> ---------------------------------------------------
>
> Key: CASSANDRA-20001
> URL: https://issues.apache.org/jira/browse/CASSANDRA-20001
> Project: Cassandra
> Issue Type: Bug
> Components: Client/java-driver
> Reporter: Abe Ratnofsky
> Assignee: Abe Ratnofsky
> Priority: Normal
>
> https://github.com/apache/cassandra-java-driver/blob/72c729b1ba95695fed467ca3734de7a39a2b3201/core/src/main/java/com/datastax/oss/driver/internal/core/ssl/DefaultSslEngineFactory.java#L167
> Change is very simple:
> {code:java}
> @Override
> public void close() throws Exception {
> if (kmf != null)
> kmf.close();
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]