8000 Comparing dotnet:main...kaybelev:main · dotnet/runtime · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kaybelev/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 3 contributors

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 authored 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 authored 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 authored 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 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a7282df View commit details
    Browse the repository at this point in the history
Loading
0