CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/26 14:07:54
Modified files:
sbin/pdisk : dump.c file_media.c partition_map.c pdisk.c
Log message:
dpme_name and dpme_type are NUL-terminated in Apple code, so use
strlcpy() to fill them.
They are also supposed to be NUL-padded so zap previous contents
before copying in possibly shorter new values.
