Code commits
OpenZwave - Master Repository
-
Thorsten Alteholz <github@alteholz.de> 789483cea73c9f8b77363fe40c62e1f80c30f142
changes from Debian packages (#1060)
* also forward LDFLAGS to other make calls and allow spaces within flags
* spelling correction- Makefile (version 789483cea73c9f8b77363fe40c62e1f80c30f142) (diffs)
- cpp/src/Driver.cpp (version 789483cea73c9f8b77363fe40c62e1f80c30f142) (diffs)
- cpp/src/Node.cpp (version 789483cea73c9f8b77363fe40c62e1f80c30f142) (diffs)
- cpp/src/ZWSecurity.cpp (version 789483cea73c9f8b77363fe40c62e1f80c30f142) (diffs)
- cpp/src/command_classes/DoorLock.cpp (version 789483cea73c9f8b77363fe40c62e1f80c30f142) (diffs)
- cpp/src/command_classes/DoorLockLogging.cpp (version 789483cea73c9f8b77363fe40c62e1f80c30f142) (diffs)
- cpp/src/command_classes/MultiInstance.cpp (version 789483cea73c9f8b77363fe40c62e1f80c30f142) (diffs)
- cpp/src/command_classes/Security.cpp (version 789483cea73c9f8b77363fe40c62e1f80c30f142) (diffs)
-
Kame <tobias@codeatelier.com> 1e7e10ae05dbfb7a1d22c4a0bcb71ac10774273a
Fix null pointer (#1050)
* Fix crash when accessing null pointer
it was possible for m_currentControllerCommand to be 0, thus accessing it causes a segmentation fault. Moving the log output inside the if where this is checked.
* replace spaces with tabs -
Justin Hammond c0adb6c34c0a5e6370685c14a1a4338e01921f05
Revert "Fix ValueList::SetByValue for values not starting at 0 (#1035)"
This reverts commit 7b7c10eb743a06e54076a4c00b7d573798b2b68e.