On 6/18/26 15:33, Matt Turner wrote:
If lock_user_struct fails, frame is uninitialized but the badframe label unconditionally calls unlock_user_struct on it. Handle the lock failure inline so badframe is only reached with a valid lock.Signed-off-by: Matt Turner <[email protected]>
Reviewed-by: Helge Deller <[email protected]> applied to linux-user-next git tree. Thanks! Helge
