Date: Mon, 15 Dec 2003 17:52:54 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_subr.c Message-ID: <200312160152.hBG1qsvp049882@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/12/15 17:52:54 PST FreeBSD src repository Modified files: sys/fs/ntfs ntfs_subr.c Log: Avoid sign extension when casting signed characters to unsigned wide characters in ntfs_u28(). This fixes the conversion of filenames containing single-byte characters with the high bit set. Revision Changes Path 1.33 +2 -2 src/sys/fs/ntfs/ntfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312160152.hBG1qsvp049882>