Re: [PATCH v2] iio: trigger: fix use-after-free in viio_trigger_alloc()
From: Salah Triki
Date: Sun Feb 15 2026 - 14:35:05 EST
Hi Jonathan,
You're right, the explanation was too wordy. I'll send a v3 focusing on the
fact that using put_device() follows the standard design pattern and avoids
duplicating the cleanup logic already present in the release callback.
I will also remove the Fixes tag as this is more of a robustness
improvement than a critical bug fix.
Best regards,
Salah