diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2024-08-03 22:00:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2024-08-03 22:00:32 +0000 |
commit | cf142bcbada6c076b7b33ccc5d3cca55ff781719 (patch) | |
tree | e51e99e2d013cc94b53ee895e50a04aef0772dde /usr.sbin/makefs | |
parent | 237c0548fd402837033a6828c1e7b68d77ede4ec (diff) |
The maximum count is SKEY_MAX_SEQ + 1 not SKEY_MAX_SEQ - 1.
Sequence numbers are in the range [0, SKEY_MAX_SEQ] inclusive.
This means the maximum value for the -n option (count) should be
SKEY_MAX_SEQ + 1. From Denis Bodor.
Diffstat (limited to 'usr.sbin/makefs')
0 files changed, 0 insertions, 0 deletions