Page MenuHomeFreeBSD

D38042.id.diff
No OneTemporary

D38042.id.diff

diff --git a/stand/uboot/devicename.c b/stand/uboot/devicename.c
--- a/stand/uboot/devicename.c
+++ b/stand/uboot/devicename.c
@@ -148,6 +148,10 @@
goto fail;
}
idev->dd.d_dev = dv;
+ /*
+ * dev can be NULL, since uboot_getdev calls us directly, rather than via
+ * dv_parsedev in devparse() which otherwise ensures that it can't be NULL.
+ */
if (dev == NULL) {
free(idev);
} else {

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 3, 9:17 PM (8 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29212569
Default Alt Text
D38042.id.diff (402 B)

Event Timeline