Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2016 15:23:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 206758] [PATCH] Uninitalized variable in atrun
Message-ID:  <bug-206758-6-aCTVmKn8mV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206758-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206758-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206758

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib@FreeBSD.org

--- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> ---
Created attachment 166306
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166306&action=
=3Dedit
Fix ncpu type

I believe that you found the issue, but your fix is not right.  E.g., the
problem of invalid ncpu value would be still present on the big-endian LP64
machines.

The fix is to use int type, consistent with the type expected by the hw.ncpu
MIB.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206758-6-aCTVmKn8mV>