Josef Cacek created ELY-831:
-------------------------------
Summary: Coverity static analysis: Resource leak in OidsUtil (Elytron)
Key: ELY-831
URL:
https://issues.jboss.org/browse/ELY-831
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Priority: Critical
Coverity static-analysis scan found resource leak in {{OidsUtil}} static initialization
block.
https://scan7.coverity.com/reports.htm#v16159/p11778/fileInstanceId=68040...
Following code is used in the static block
{code}
props.load(OidsUtil.class.getResourceAsStream("oids.properties"));
{code}
The resource created by
{{OidsUtil.class.getResourceAsStream("oids.properties")}} is not closed
properly.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)