Skip to content

3.217.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 19:31
· 17 commits to main since this release
4cf2fe5

Fixed

  • Fixed the Windows computer-name hooks GetComputerNameW,
    GetComputerNameExW, and gethostname to respect the caller's buffer and
    the standard size-probe contract. A long remote pod hostname no longer
    makes .NET's Environment.MachineName throw, which broke clients such as
    StackExchange.Redis with a RedisConnectionException. It also no longer
    breaks outgoing TLS: SChannel queries the NetBIOS name with a fixed
    buffer during the handshake, and a too-long name made
    AcquireCredentialsHandle fail with SEC_E_SECPKG_NOT_FOUND, breaking
    HTTPS and gRPC to external services such as GCP.