-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
regression: null bytes in utf8-stream #148975
Copy link
Copy link
Closed as not planned
Labels
C-external-bugCategory: issue that is caused by bugs in software beyond our controlCategory: issue that is caused by bugs in software beyond our controlC-gubCategory: the reverse of a compiler bug is generally UBCategory: the reverse of a compiler bug is generally UB
Milestone
Metadata
Metadata
Assignees
Labels
C-external-bugCategory: issue that is caused by bugs in software beyond our controlCategory: issue that is caused by bugs in software beyond our controlC-gubCategory: the reverse of a compiler bug is generally UBCategory: the reverse of a compiler bug is generally UB
Type
Fields
Give feedbackNo fields configured for issues without a type.
https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/reg/utf8-stream-0.0.0/log.txt
There's a bunch of tests from this crate where ASCII text is now null bytes in the test assertions. The crate has a bunch of unsafe code so it's plausible this is just benign UB exposing itself, but we should confirm that it's not a breaking change (e.g., bisect or run under Miri).