Separately track the number of items in alloc_table in a variable. With
authorsthen <sthen@openbsd.org>
Fri, 8 May 2015 12:15:50 +0000 (12:15 +0000)
committersthen <sthen@openbsd.org>
Fri, 8 May 2015 12:15:50 +0000 (12:15 +0000)
commitf55524eab5c74260b4466be708768c5035583708
tree8242392befc5733d15d48fd2031e77bc3a9531c1
parente6e71b89d2a17564c48aafddc86da33415c7ba87
Separately track the number of items in alloc_table in a variable. With
the changes for handling template files in r1.293, alloc_table became
a pointer to an array of structs (rather than the array itself), so
nitems(alloc_table) no longer returns the number of elements. As found
by sebastia@, autosize would only try the first allocation scheme,
so installation would fail on small disks.  ok henning@
sbin/disklabel/editor.c