9914 NV_UNIQUE_NAME_TYPE broken after 9580
Review Request #1248 — Created Oct. 22, 2018 and submitted
Information | |
---|---|
andy_js | |
illumos-gate | |
9914 | |
Reviewers | |
general | |
There's a typo in nvt_remove_nvpair which causes the nvlist_add_* functions to ignore the type when removing entries with the given name/type. This can lead to the wrong entry being removed and multiple entries being created with the same type.