Re: mysterious c0 80
Ken Hornstein <[email protected]> Sun, 22 Sep 2024 21:02:33 -0400
| Newsgroups | gmane.mail.nmh.devel |
|---|---|
| Message-ID | <[email protected]> |
>Closing the loop on this: > >> There was a recent bug reported by Cy Schubert that may be the cause >> of this: >> >> http://savannah.nongnu.org/bugs/?65002 > >That nmh bug has been closed: > > Let's close this bug. The problem was determined to be a bug in ZFS > block_cloning. So I am confused; was Cy's original bug caused by ZFS, or Michael's? Looking back at the mailing list archives, it seems we never found out a cause of Michael's issue. C0 80 is technically invalid UTF-8, but it does decode to a NUL character (00) so I could see a naive encoder converting a NUL to those bytes. I have a difficult time believing that nmh could generate that out of nowhere, but I've been wrong before. --Ken