We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Seems that I am working with some Domain Trusts that do not DNS entries and this is causing some issues because the code assumes that a String will always be returned. Looking at the lines 609 and 610 @ https://github.com/twall/jna/blob/master/contrib/platform/src/com/sun/jna/platform/win32/Netapi32Util.java a NPE could be thrown.
The text was updated successfully, but these errors were encountered:
Looks like a bug. Appreciate a pull request with a fix, please.
Sorry, something went wrong.
Fix: java-native-access#78 NPE platform.win32.Netapi32Util.getDomainT…
501dc90
…rusts.
Took care of it, 501dc90.
No branches or pull requests
Seems that I am working with some Domain Trusts that do not DNS entries and this is causing some issues because the code assumes that a String will always be returned.
Looking at the lines 609 and 610
@ https://github.com/twall/jna/blob/master/contrib/platform/src/com/sun/jna/platform/win32/Netapi32Util.java
a NPE could be thrown.
The text was updated successfully, but these errors were encountered: