GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-client/pull/304
GUACAMOLE-580: Check for null when retrieving LDAP user attributes
This PR fixes the issue identified by Coverity for dereferencing a null
pointer in the changes introduces in #299.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-client jira/580
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/304.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #304
----
commit 50baf1c9474f60e7099821e0e395a14458bbb700
Author: Nick Couchman <vnick@...>
Date: 2018-06-22T10:43:56Z
GUACAMOLE-580: Avert potential NullPointerException when looking for user
attributes.
----
---