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

Possible NPE while evaluating java library path #45

Closed
GoogleCodeExporter opened this issue Feb 18, 2016 · 3 comments
Closed

Possible NPE while evaluating java library path #45

GoogleCodeExporter opened this issue Feb 18, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

This issue is an bugfix for JCEF (patch 1 of 10)
------------------------------------------------

What steps will reproduce the problem?
1. Set some kind of java-library path
2. Start jcef MainFrame app

What is the expected output? What do you see instead?
There is a possible NPE while evaluating the java library path.
In some situations "String[] found" can be null because 
dir.list() returns null if the pathname does not denote a directory,
or if an I/O error occurs.

What version of the product are you using? On what operating system?
rev.31

Please provide any additional information below.
Attached you'll find a simple patch file which fixes this problem

Original issue reported on code.google.com by k...@censhare.de on 8 Mar 2014 at 7:52

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by magreenb...@gmail.com on 12 Mar 2014 at 9:50

@GoogleCodeExporter
Copy link
Author

Original comment by magreenb...@gmail.com on 12 Mar 2014 at 9:51

@GoogleCodeExporter
Copy link
Author

Fixed in revision 32.

Original comment by magreenb...@gmail.com on 28 Mar 2014 at 10:10

  • Changed state: Fixed

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

No branches or pull requests

1 participant