CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/03/01 08:19:05
Modified files: sbin/disklabel : editor.c Log message: Check return value of getuint64() for ULLONG_MAX, and ULLONG_MAX - 1, not <= 0. This fixes the detection of ^D and invalid values during the 'R'esize command. ok otto@