FreeBSD Bugzilla – Attachment 222230 Details for
Bug 244470
/sbin/dump crashes on larger filesystem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to traverse.c
traverse.c.diff (text/plain), 591 bytes, created by
bitbucket63-it
on 2021-02-07 00:00:11 UTC
(
hide
)
Description:
Patch to traverse.c
Filename:
MIME Type:
Creator:
bitbucket63-it
Created:
2021-02-07 00:00:11 UTC
Size:
591 bytes
patch
obsolete
>--- traverse.c.orig 2021-02-06 16:38:56.819356000 -0600 >+++ traverse.c 2021-02-06 17:29:01.579266000 -0600 >@@ -754,11 +754,11 @@ > * Update the block map in the header to indicate the added > * extended attribute. They will be appended after the file > * data by the writeextdata() routine. > */ > tbperdb = sblock->fs_bsize >> tp_bshift; >- assert(spcl.c_count + blks < TP_NINDIR); >+ assert(spcl.c_count + blks <= TP_NINDIR); > for (i = 0; i < blks; i++) > if (&dp->dp2.di_extb[i / tbperdb] != 0) > spcl.c_addr[spcl.c_count + i] = 1; > else > spcl.c_addr[spcl.c_count + i] = 0;
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 244470
:
213898
| 222230