Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: minor bugs fixed in coreclr and libraries #97155

Merged
merged 9 commits into from
Jan 19, 2024
Merged

Commits on Jan 18, 2024

  1. Fixed error: <Pointer, returned from function 'gmtime_r' at filetime.…

    …cpp:262, may be NULL and is dereferenced at filetime.cpp:268>. The error was detected using the Svace analyzer maded by ISP RAS.
    kaybelev committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5fcb82d View commit details
    Browse the repository at this point in the history
  2. Fixed error: <Return value of a function 'PAL_wcsrchr' is dereference…

    …d at process.cpp:2824 without checking for NULL, but it is usually checked for this function (11/12)>. The error was detected using the Svace analyzer maded by ISP RAS.
    kaybelev committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    09fd2f5 View commit details
    Browse the repository at this point in the history
  3. Fixed error: <Value sectionRecord, which is result of method invocati…

    …on with possible null return value, is dereferenced in member access expression sectionRecord.HasLocationInput>. The error was detected using the Svace analyzer maded by ISP RAS.
    kaybelev committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3369cbe View commit details
    Browse the repository at this point in the history
  4. Fixed error: <Maybe ecmaCandidateMethod, that created from method wit…

    …h AS-cast should be compared with null instead of method>. The error was detected using the Svace analyzer maded by ISP RAS.
    kaybelev committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d32b505 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Update filetime.cpp

    kaybelev committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    82d4ff2 View commit details
    Browse the repository at this point in the history
  2. Update process.cpp

    kaybelev committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    202117d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ed108 View commit details
    Browse the repository at this point in the history
  4. Update src/libraries/System.Configuration.ConfigurationManager/src/Sy…

    …stem/Configuration/MgmtConfigurationRecord.cs
    
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    kaybelev and jkotas committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    11e19ea View commit details
    Browse the repository at this point in the history
  5. Update src/libraries/System.Configuration.ConfigurationManager/src/Sy…

    …stem/Configuration/MgmtConfigurationRecord.cs
    
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    kaybelev and jkotas committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a7282df View commit details
    Browse the repository at this point in the history