Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111611221
D36682.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
280 B
Referenced Files
None
Subscribers
None
D36682.diff
View Options
diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c
--- a/sys/arm64/arm64/machdep.c
+++ b/sys/arm64/arm64/machdep.c
@@ -646,6 +646,8 @@
break;
}
order = strchr(order, ',');
+ if (order != NULL)
+ order++; /* Skip comma */
}
freeenv(env);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 12:09 AM (16 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17022029
Default Alt Text
D36682.diff (280 B)
Attached To
Mode
D36682: arm64: don't loop forever if first option in kern.cfg.order not available
Attached
Detach File
Event Timeline
Log In to Comment