commit | 8451edf556036d89629f38b6243f465ff9d2822d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Jun 13 09:01:06 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jun 13 09:03:33 2017 -0500 |
tree | 061db9dfaccebc3283f00b333b29febfbb343a32 | |
parent | 758c1aecbaaa8b120b0203b6a5b106e3e599180d [diff] |
sensorhandler: add missing pointer initialization An uninitialized pointer was being sent to 'free' in cases where a dbus object was not found to back a sensor. Fixes openbmc/openbmc#1740. Change-Id: Iaa62bfe460c47f4a51a506b0219879f0b6d46dd4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.