cat icon indicating copy to clipboard operation
cat copied to clipboard

A potential NPE bug

Open JulyChen728 opened this issue 5 years ago • 0 comments

Hi all, our bug scanner has reported a NPE bug.

A possible call chain may be ApplicationEnvironment.java#L174 => Splitters.java#L116 => Splitters.java#L120. Since the method split() may return null at here, a NPE bug may take place at ApplicationEnvironment.java#L176 when the variable strs is null.

Thanks.

JulyChen728 avatar Nov 19 '20 01:11 JulyChen728