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: microsoft/WSL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7.7
Choose a base ref
...
head repository: microsoft/WSL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.7.8
Choose a head ref
  • 2 commits
  • 3 files changed
  • 4 contributors

Commits on Jun 6, 2026

  1. Fix CreateInstance failure when Windows hosts file exceeds message si…

    …ze cap (#40718) (#40726)
    
    On Windows 10 where DNS tunneling is unavailable, the hosts file content
    is embedded in the configuration message sent to the guest init. If the
    hosts file exceeds the message size safety check (added in 2.7.x), the
    guest rejects it causing E_UNEXPECTED.
    
    Fix by:
    - Skipping the hosts file content if it exceeds 8MB, with a user warning
    - Bumping the message size cap from 4MB to 16MB as additional headroom
    
    Fixes #40696
    Fixes #40700
    Fixes #40699
    
    Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    3 people authored Jun 6, 2026
    Configuration menu
    Copy the full SHA
    3698dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95669d3 View commit details
    Browse the repository at this point in the history
Loading