Thanks to visit codestin.com
Credit goes to github.com

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: libuv/libuv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.x
Choose a base ref
...
head repository: discord/libuv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on Mar 6, 2024

  1. udp,unix: fix sendmsg use-after-free (#4321)

    Issue:
    1. uv__io_poll calls uv__udp_io with revents == POLLIN + POLLOUT
    2. uv__udp_io calls your recv_cb
    3. you close the handle in callback
    4. uv__udp_io calls uv__udp_sendmsg
    5. uv__udp_sendmsg calls uv__io_feed
    6. kaboom!
    gdestiny authored and triplefault committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    161a7f1 View commit details
    Browse the repository at this point in the history
  2. default visibility only when building uv shared

    Andy Dill authored and triplefault committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b35f1ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe7aeaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5efdd6e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. win: allow fatal errors to trigger WER

    this is a backport of da343e6
    
    our libuv gets linked into the Social SDK, which causes applications
    linking to it to not be able to write local crash dumps when the windows
    LocalDumps registry feature is enabled. Some game devs use this to
    capture crashes during testing, so that's not very nice of us.
    eiz committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    7494c96 View commit details
    Browse the repository at this point in the history
Loading