> > Commit aec8283d47d4e4366b6 fixes the compilation issue, but it leads to > > one runtime issue: early exit wrongly. In some case, 'path' is NULL, but > > 'resolved_path' has effective path, it should continue going ahead rather > > than exit. > > > > Signed-off-by: Changchun Ouyang <changchun.ouyang at intel.com> > > Acked-by: Huawei Xie <huawei.xie at intel.com>
Applied with Huawei's explanation. Thanks -- Thomas