On Fri, 25 Sep 2020 22:58:26 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> src/java.base/share/classes/sun/security/util/DerInputStream.java line 103: >> >>> 101: */ >>> 102: public DerValue getDerValue() throws IOException { >>> 103: DerValue result = new DerValue( >> >> Check (this.end - this.pos > 0) before calling DerValue()? > > new DerValue() would fail in this case. Sure. ------------- PR: https://git.openjdk.java.net/jdk/pull/232