Thanks for reporting the bug and providing a fix, the patch passed review and
validation, we got it upstreamed.
-Ning
From: [email protected] [mailto:[email protected]]
Sent: Thursday, January 19, 2017 6:32 PM
To: tboot-devel
Subject: [tboot-devel] null pointer dereference bug
Hi,
There is a null pointer dereference bug when Intel TXT disable within BIOS.
The variable sinit_region_base is used in the function (get_bios_sinit),but it
is a null pointer dereference when Intel TXT disable within BIOS.
The detail of this prosess can be described as follows:
begin_launch
: [tboot-devel] null pointer dereference bug
Hi,
There is a null pointer dereference bug in the latest version of tboot-1.9.5.
The g_sinit of global variable is used in the function (tpm_detect()),but the
g_sinit is a null pointer at this time.
The detail of this prosess can be described as follows
Hi,
There is a null pointer dereference bug in the latest version of tboot-1.9.5.
The g_sinit of global variable is used in the function (tpm_detect()),but the
g_sinit is a null pointer at this time.
The detail of this prosess can be described as follows:
tpm_detect()
return g_tpm->init(g_tp
Subject: RE: [tboot-devel] null pointer dereference bug in tboot Linux loader
On Dec 14, 5:18pm, "Sun, Ning" wrote:
} Subject: RE: [tboot-devel] null pointer dereference bug in tboot Linux loa
Good afternoon, I hope the day is going well for everyone.
> Is this patch compl
On Dec 14, 5:18pm, "Sun, Ning" wrote:
} Subject: RE: [tboot-devel] null pointer dereference bug in tboot Linux loa
Good afternoon, I hope the day is going well for everyone.
> Is this patch completely from Dr. Wettstein or you made changes as
> well? We need to have someone si
[email protected]'
Subject: [tboot-devel] null pointer dereference bug in tboot Linux loader
In a previous thread, I was given this patch by Dr. Wettstein. I was trying to
integrate it into our test build of tboot, but we like to leave a commment that
shows a trail with regards to whe
In a previous thread, I was given this patch by Dr. Wettstein. I was trying to
integrate it into our test build of tboot, but we like to leave a commment that
shows a trail with regards to where it came from. (we want to make it clear why
a patch is being done, where it came from, how official