Predicting_real_estate_prices_using_scikit-learn
Predicting_real_estate_prices_using_scikit-learn copied to clipboard
[SETUPAPI] Fix SetupInstallServicesFromInfSectionExW returning TRUE even if the Section was not found
- A section has to be found in order to return TRUE.
- It was returning true even if the section was not found.
Purpose
This patch is a slim version created by @ThFabba based on my patch in JIRA issue: CORE-9398
Proposed changes
SetupInstallServicesFromInfSectionExW is returning TRUE in current Master even if the section can't be found by SetupFindFirstLineW. Add a flag to control the section name has been found and check against it.