You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taken from #20027:
Rejects unicode path extra fields that overflow.
Rejects unicode path extra fields that underflow, whether zeroed or buffer bleed.
Rejects unicode path extra fields that have an invalid version.
Rejects unicode path extra fields that diverge from the central directory to prevent ambiguity, i.e. in file extension.
Rejects invalid UTF-8 strings.
The text was updated successfully, but these errors were encountered:
bugzilla (@berni44) reported this on 2019-10-10T18:40:44Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=20293
Description
Taken from #20027: Rejects unicode path extra fields that overflow. Rejects unicode path extra fields that underflow, whether zeroed or buffer bleed. Rejects unicode path extra fields that have an invalid version. Rejects unicode path extra fields that diverge from the central directory to prevent ambiguity, i.e. in file extension. Rejects invalid UTF-8 strings.The text was updated successfully, but these errors were encountered: