Actions
Bug #7673
closeduts: strplumb is used before it is initialized
Start date:
2016-12-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
In case of network boot the boot interface (if not specified otherwise) is detected based on MAC address in strplumb module. Unfortunately in x86 system the code in vfs.c is attempting the discovery before strplumb() is called to load and initialize needed modules.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit c2c0835a754ef6f7e4546d9f3fd92174c265981f
commit c2c0835a754ef6f7e4546d9f3fd92174c265981f Author: Toomas Soome <tsoome@me.com> Date: 2017-01-05T21:50:48.000Z 7673 uts: strplumb is used before it is initialized Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions