Null pointer dereference. This looks like a bug fix actually...
Signed-off-by: Rosen Penev <redacted>
PKG_NAME:=openzwave
PKG_VERSION:=1.6.1149
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://old.openzwave.com/downloads
--- /dev/null
+--- a/cpp/src/command_classes/AssociationCommandConfiguration.cpp
++++ b/cpp/src/command_classes/AssociationCommandConfiguration.cpp
+@@ -183,7 +183,7 @@ namespace OpenZWave
+ if (Node* node = GetNodeUnsafe())
+ {
+ Group* group = node->GetGroup(groupIdx);
+- if ( NULL == group)
++ if (group)
+ {
+ if (firstReports)
+ {