FreeBSD Bugzilla – Attachment 7231 Details for
Bug 15838
[msdosfs] [patch] Conversion tables in msdosfs_conv.c are buggy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.11 KB, created by
cejkar
on 2000-01-02 15:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
cejkar
Created:
2000-01-02 15:00:01 UTC
Size:
1.11 KB
patch
obsolete
>--- msdosfs_conv.c.orig Thu Dec 30 22:33:40 1999 >+++ msdosfs_conv.c Sat Jan 1 21:00:55 2000 >@@ -259,7 +259,7 @@ > 0, 0, 0, 0, 0, 0, 0, 0, /* 88-8f */ > 0, 0, 0, 0, 0, 0, 0, 0, /* 90-97 */ > 0, 0, 0, 0, 0, 0, 0, 0, /* 98-9f */ >- 0, 0xad, 0xbd, 0x9c, 0xcf, 0xbe, 0xdd, 0xf5, /* a0-a7 */ >+ 0xff, 0xad, 0xbd, 0x9c, 0xcf, 0xbe, 0xdd, 0xf5, /* a0-a7 */ > 0xf9, 0xb8, 0xa6, 0xae, 0xaa, 0xf0, 0xa9, 0xee, /* a8-af */ > 0xf8, 0xf1, 0xfd, 0xfc, 0xef, 0xe6, 0xf4, 0xfa, /* b0-b7 */ > 0xf7, 0xfb, 0xa7, 0xaf, 0xac, 0xab, 0xf3, 0xa8, /* b8-bf */ >@@ -304,9 +304,9 @@ > 0xf0, 0xd0, 0xca, 0xcb, 0xc8, 0x3f, 0xcd, 0xce, /* d0-d7 */ > 0xcf, 0x3f, 0x3f, 0x3f, 0x3f, 0xa6, 0xcc, 0x3f, /* d8-df */ > 0xd3, 0xdf, 0xd4, 0xd2, 0xf5, 0xd5, 0xb5, 0xfe, /* e0-e7 */ >- 0xde, 0xda, 0xdb, 0xd9, 0xfd, 0xdd, 0xaf, 0x3f, /* e8-ef */ >+ 0xde, 0xda, 0xdb, 0xd9, 0xfd, 0xdd, 0xaf, 0xb4, /* e8-ef */ > 0xad, 0xb1, 0x3f, 0xbe, 0xb6, 0xa7, 0xf7, 0xb8, /* f0-f7 */ >- 0xb0, 0xa8, 0xb7, 0xb9, 0xb3, 0xb2, 0x3f, 0x3f, /* f8-ff */ >+ 0xb0, 0xa8, 0xb7, 0xb9, 0xb3, 0xb2, 0x3f, 0xa0, /* f8-ff */ > }; > > static u_char >--
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15838
: 7231 |
7232