Commits
Jeremy Compostella committed 1975d3203b2
ANDROID: dm: do_mounts_dm: fix dm_substitute_devices() When candidate is the last parameter, candidate_end points to the '\0' character and not the DM_FIELD_SEP character. In such a situation, we should not move the candidate_end pointer one character backward. Change-Id: I6c4e43f5471d0e2eca037b789ea778219ec7dac5 Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>