Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing null check in ClassLoadingAttributeDefinitions.resolveClassLoader and PermissionMapperDefinitions.createSimplePermissionMapper #199

Open
olukas opened this issue Aug 10, 2016 · 0 comments

Comments

@olukas
Copy link

olukas commented Aug 10, 2016

If Module.getCallerModule(); on line 54 in ClassLoadingAttributeDefinitions.resolveClassLoader method [1] returns null it will result to NPE on line 57.

The same issue is in PermissionMapperDefinitions.createSimplePermissionMapper. Null can be return on line 203 [2] which will result to NPE on line 207.

[1]


[2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant