Re: [edk2] [PATCH v2 0/4] Support non-stop mode in heap guard and null detection

2018-08-22 Thread Wang, Jian J
Hi Laszlo, Regards, Jian From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Tuesday, August 21, 2018 10:28 PM To: Wang, Jian J ; edk2-devel@lists.01.org Subject: Re: [edk2] [PATCH v2 0/4] Support non-stop mode in heap guard and null detection On 08/21/18 05:05, Jian J Wang wrote: >&

Re: [edk2] [PATCH v2 0/4] Support non-stop mode in heap guard and null detection

2018-08-21 Thread Laszlo Ersek
On 08/21/18 05:05, Jian J Wang wrote: >> v2 changes: >>fix GCC build error > > Background: > Heap Guard and NULL Pointer Detection are very useful features to detect > code flaw in EDK II. If an issue is detected, #PF exception will be > triggered and the BIOS will enter into dead loop, which

[edk2] [PATCH v2 0/4] Support non-stop mode in heap guard and null detection

2018-08-20 Thread Jian J Wang
> v2 changes: >fix GCC build error Background: Heap Guard and NULL Pointer Detection are very useful features to detect code flaw in EDK II. If an issue is detected, #PF exception will be triggered and the BIOS will enter into dead loop, which is the default behavior of exception handling.