| Summary: | [patch] bsdinstall(8): partedit crashes when modifying a zfs partition's mountpoint | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | will | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | New --- | ||||||
| Severity: | Affects Some People | CC: | lwhsu | ||||
| Priority: | --- | Keywords: | install, patch | ||||
| Version: | 10.2-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://reviews.freebsd.org/D14574 | ||||||
| Attachments: |
|
||||||
Created attachment 164989 [details] fix partedit crash when setting mountpoint on zfs partition When modifying a ZFS partition to change the mountpoint (or pool name, really), zpool_name isn't set, causing partedit to crash. Also removed a useless NULL check. Tested on FreeBSD 10.2-STABLE on amd64.