Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 150239 Details for
Bug 232663
resize2fs corrupts symlinks with xattrs on big-endian platforms
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
correct handling of byteswapped i_blocks field in ext2_swap_inode_full
e2fsprogs-1.39-linkfix.patch (text/plain), 593 bytes, created by
Bryn M. Reeves
on 2007-03-16 15:30:07 UTC
(
hide
)
Description:
correct handling of byteswapped i_blocks field in ext2_swap_inode_full
Filename:
MIME Type:
Creator:
Bryn M. Reeves
Created:
2007-03-16 15:30:07 UTC
Size:
593 bytes
patch
obsolete
>--- e2fsprogs-1.39/lib/ext2fs/swapfs.c.linkfix 2007-03-16 02:58:01.000000000 +0000 >+++ e2fsprogs-1.39/lib/ext2fs/swapfs.c 2007-03-16 02:59:38.000000000 +0000 >@@ -145,7 +145,8 @@ > t->i_flags = ext2fs_swab32(f->i_flags); > t->i_file_acl = ext2fs_swab32(f->i_file_acl); > t->i_dir_acl = ext2fs_swab32(f->i_dir_acl); >- if (!islnk || ext2fs_inode_data_blocks(fs, (struct ext2_inode *)t)) { >+ if (!islnk || ext2fs_inode_data_blocks(fs, >+ (struct ext2_inode *)(hostorder) ? f : t)) { > for (i = 0; i < EXT2_N_BLOCKS; i++) > t->i_block[i] = ext2fs_swab32(f->i_block[i]); > } else if (t != f) {
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 232663
:
150239
|
150246
|
150286
|
152294
|
152295
|
152296