FreeBSD Bugzilla – Attachment 202946 Details for
Bug 236585
BTX Halted upgrading FreeBSD 11.2 UFS from r344213 to r345199
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for crash
ldr-crash-patch.txt (text/plain), 427 bytes, created by
john
on 2019-03-18 03:34:47 UTC
(
hide
)
Description:
Patch for crash
Filename:
MIME Type:
Creator:
john
Created:
2019-03-18 03:34:47 UTC
Size:
427 bytes
patch
obsolete
>Index: stand/common/disk.c >=================================================================== >--- stand/common/disk.c (revision 345220) >+++ stand/common/disk.c (working copy) >@@ -225,6 +225,10 @@ > struct ptable_entry part; > int rc, slice, partition; > >+ if (sectorsize == 0) { >+ DEBUG("unknown sector size"); >+ return (ENXIO); >+ } > rc = 0; > od = (struct open_disk *)malloc(sizeof(struct open_disk)); > if (od == NULL) {
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 236585
: 202946