Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

[SETUPAPI] Fix SetupInstallServicesFromInfSectionExW returning TRUE even if the Section was not found

Open vicmarcal opened this issue 3 years ago • 2 comments

  • 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.

vicmarcal avatar Dec 29 '21 15:12 vicmarcal