bsdinstall partedit: Replace malloc + sprintf with asprintf
This avoids potential bugs with the length passed to malloc not
matching the string written via sprintf.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D42238
bsdinstall partedit: Replace malloc + sprintf with asprintf Tags None Referenced Files None Subscribers None
Description
Details
|