In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()[EOL][EOL]If device_register() fails in snd_ac97_dev_register(), it should[EOL]call put_device() to give up reference, or the name allocated in[EOL]dev_set_name() is leaked.