diff options
author | Omair Majid <[email protected]> | 2011-03-01 18:22:17 -0500 |
---|---|---|
committer | Omair Majid <[email protected]> | 2011-03-01 18:22:17 -0500 |
commit | fad20c1db5bf1f1f1a5d583a805d6c5d5553a439 (patch) | |
tree | 27e138b96490286f533ffe0aa610d9a984c2a53c /netx/net/sourceforge/jnlp/Launcher.java | |
parent | 1ac3f509d9d1f3ae72a71e3f5e2397d396b0a083 (diff) |
Check for nulls in JNLPPolicy.isSystemJar
It is possible to have CodeSource.getLocation() return null. For example,
sun.applet.AppletPanel (line 1071) queries the policy using a null Location
p.getPermissions(new CodeSource(null, (java.security.cert.Certificate[]) null))
2011-03-01 Omair Majid <[email protected]>
* netx/net/sourceforge/jnlp/runtime/JNLPPolicy.java (isSystemJar): Check
for nulls.
Diffstat (limited to 'netx/net/sourceforge/jnlp/Launcher.java')
0 files changed, 0 insertions, 0 deletions