On 11/1/21 11:55, Dongliang Mu wrote:
Looks like missing clean up on error handling path.
->probe()
em28xx_init_dev()
em28xx_media_device_init() <- dev->media_dev allocated
*error somewhere in em28xx_init_dev()*
Hi Pavel,
you're right. In some error handling code (em28xx_audio_setup fails),
em28xx_init_dev fails to deallocated the media_dev field.
Hi, Dongliang,
Did patch attached to my previous email pass syzbot's reproducer test?
Unfortunately, I am not able to test rn :(
With regards,
Pavel Skripkin