mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 17:49:03 +02:00
Like a few other drivers, YMFPCI driver needs to clean up with
snd_card_free() call at an error path of the probe; otherwise the
other devres resources are released before the card and it results in
the UAF.
This patch uses the helper for handling the probe error gracefully.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| ymfpci.c | ||
| ymfpci.h | ||
| ymfpci_main.c | ||