]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyveload: fix from loading undefined size.
authorpfg <pfg@FreeBSD.org>
Wed, 6 Apr 2016 00:01:03 +0000 (00:01 +0000)
committerpfg <pfg@FreeBSD.org>
Wed, 6 Apr 2016 00:01:03 +0000 (00:01 +0000)
commit16ce739aba6b6217a03635a9ec0dcf2aacfb2258
treeab0d2a38c9b09249c9847d5f20559cd6d5f29898
parent577607dffc5297f8f8ffb8b81c3e1b87101140d8
bhyveload: fix from loading undefined size.

We were setting an incorrect/undefined size and as it came out the st
struct was not really being used at all. This was actually a bug but
by sheer luck it had no visual effect.

CID: 1194320
Reviewed by: grehan
usr.sbin/bhyveload/bhyveload.c