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

Fix issues found by PVS-Studio static analyzer #5 #25

Merged
merged 25 commits into from
Oct 26, 2023

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    0b94a3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f218d28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb8af55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d140768 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f371f60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4c88d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    5b57d14 View commit details
    Browse the repository at this point in the history
  2. sln: Drop Program.cs from dll assemblies

    DLLs are not executables, no need for Program.cs
    dimhotepus committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a0346a8 View commit details
    Browse the repository at this point in the history
  3. sln: HandleProcessCorruptedStateExceptions is not supported in .net core

    'HandleProcessCorruptedStateExceptionsAttribute' is obsolete: 'Recovery from corrupted process state exceptions is not supported; HandleProcessCorruptedStateExceptionsAttribute is ignored.' (https://aka.ms/dotnet-warnings/SYSLIB0032)
    dimhotepus committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ab6c5eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca83864 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79643f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e408c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a69cb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91801ca View commit details
    Browse the repository at this point in the history
  9. rtsp: Drop Socket.UseOnlyOverlappedIO as it do nothing is .net core

    [Obsolete("UseOnlyOverlappedIO has been deprecated and is not supported.")]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public bool UseOnlyOverlappedIO
    {
        get { return false; }
        set { }
    }
    dimhotepus committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    46c4d77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2ef6a9 View commit details
    Browse the repository at this point in the history
  11. concepts: Type parameter 'T' has the same name as the type parameter …

    …from outer type Unsafe.UnsafeList<T>
    dimhotepus committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7f62e57 View commit details
    Browse the repository at this point in the history
  12. sln: Structs can't be null

    dimhotepus committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    af7f2e5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    53e55a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc5df94 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61fca13 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a95e68 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3510976 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8fb9f97 View commit details
    Browse the repository at this point in the history
  19. 2 Configuration menu
    Copy the full SHA
    799e83f View commit details
    Browse the repository at this point in the history