Re: svn commit: r316766 - head/lib/libutil

2017-04-13 Thread Brooks Davis
On Thu, Apr 13, 2017 at 03:49:33PM +, Brooks Davis wrote: > Author: brooks > Date: Thu Apr 13 15:49:32 2017 > New Revision: 316766 > URL: https://svnweb.freebsd.org/changeset/base/316766 > > Log: > Correct an out of bounds read with HN_AUTOSCALE and very large numbers. > > The maximum s

svn commit: r316766 - head/lib/libutil

2017-04-13 Thread Brooks Davis
Author: brooks Date: Thu Apr 13 15:49:32 2017 New Revision: 316766 URL: https://svnweb.freebsd.org/changeset/base/316766 Log: Correct an out of bounds read with HN_AUTOSCALE and very large numbers. The maximum scale is 6 (K, M, G, T, P, E) (B is 0). Overly large explict scales were che