Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Dec 2017 19:27:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 224069] (Fix included) Use of uninitalized register value in vesa.ko, causing X, text console and suspend/resume to fail
Message-ID:  <bug-224069-8-qpQ75TH7Wp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224069-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224069-8@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=3D224069

--- Comment #4 from Jung-uk Kim <jkim@FreeBSD.org> ---
You guys are not reading the code right.  x86bios_init_regs(&regs) before t=
he
commented line initializes all registers to zero.  In other words, I commen=
ted
out the line because it is unnecessary, i.e., STATE_SIZE is zero.  I am not
really sure what's going on but you can do "sysctl debug.x86bios.call=3D1" =
to
trace VESA function calls.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224069-8-qpQ75TH7Wp>