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

[v20.x] backport libuv wtf-8 decoding fix #51976

Closed
wants to merge 2 commits into from

Commits on Mar 5, 2024

  1. deps: cherry-pick libuv/libuv@d09441c

    Original commit message:
    
        fs: fix WTF-8 decoding issue (nodejs#4092)
    
        We forgot to mask off the high bits from the first byte, so we ended up
        always failing the subsequent range check.
    
        Refs: libuv/libuv#2970
        Fixes: nodejs#48673
    richardlau committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c623d8e View commit details
    Browse the repository at this point in the history
  2. test: test surrogate pair filenames on windows

    PR-URL: nodejs#51800
    Fixes: nodejs#51789
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
    Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
    mertcanaltin authored and richardlau committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d540f55 View commit details
    Browse the repository at this point in the history