On Sat, Mar 20, 2021 at 4:55 PM H.J. Lu wrote:
>
> On Sat, Mar 20, 2021 at 6:46 AM Martin Liška wrote:
> >
> > On 3/20/21 1:21 PM, H.J. Lu wrote:
> > > |Since construct_container may be called with cfun == NULL, check cfun !=
> > > NULL before accessing silent_p. |
> >
> > Thank you for the quic
Here is the v2 patch. OK for master?
Thanks.
--
H.J.
From 5abf5691a075a9e992b527a1f1a3018b68ac8768 Mon Sep 17 00:00:00 2001
From: "H.J. Lu"
Date: Sat, 20 Mar 2021 05:17:36 -0700
Subject: [PATCH v2] x86: Check cfun != NULL before accessing silent_p
Since construct_container may be called with cfun == NU