Re: [PULL 36/68] hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set()

2024-03-12 Thread Zhao Liu
4 at 06:27:22PM -0400, Michael S. Tsirkin wrote: > Date: Tue, 12 Mar 2024 18:27:22 -0400 > From: "Michael S. Tsirkin" > Subject: [PULL 36/68] hw/misc/xlnx-versal-trng: Check returned bool in > trng_prop_fault_event_set() > X-Mailer: git-send-email 2.27.0.

[PULL 36/68] hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set()

2024-03-12 Thread Michael S. Tsirkin
From: Zhao Liu As the comment in qapi/error, dereferencing @errp requires ERRP_GUARD(): * = Why, when and how to use ERRP_GUARD() = * * Without ERRP_GUARD(), use of the @errp parameter is restricted: * - It must not be dereferenced, because it may be null. ... * ERRP_GUARD() lifts these