commit | 4535caeb317a8e791708764abe2572b5f29e461a | [log] [tgz] |
---|---|---|
author | Jeremy Compostella <jeremy.compostella@intel.com> | Mon May 02 17:29:28 2016 +0200 |
committer | Amit Pundir <amit.pundir@linaro.org> | Tue Aug 28 16:46:04 2018 +0530 |
tree | fabfef680ff59ac22cc3cb5ac650408e43bc113c | |
parent | 0a518a84fb877b1376eacfe92c7484f3d7376bc0 [diff] |
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. Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>