CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/12 08:07:41
Modified files:
sbin/fdisk : misc.h misc.c
Log message:
Avoid problems with pathological input during edit operations. i.e. never
attempt to use data past the end of the input.
Since the return value of ask_cmd() is never checked, make it void instead
of int.
Problems found, original diff from and ok tim@.
