Re: [Qemu-devel] [PATCH for-1.6 0/2] Fix clang warnings in linux-user signal code
Applied. Thanks. Regards, Anthony Liguori
[Qemu-devel] [PATCH for-1.6 0/2] Fix clang warnings in linux-user signal code
These two patches fix some clang warnings about use of uninitialized data in linux-user's signal related code for PPC and ARM. The issue in both cases is the same: a code path taken in case of failure was doing 'unlock_user_struct()' with parameters which hadn't yet been set up. I've marked this a