[ldv-project] media: ddbridge: potential buffer overflow in open

Evgeny Novikov novikov at ispras.ru
Tue Aug 4 18:01:44 MSK 2020


ddb_open() accesses iminor(inode) of the ddbs array that has 64 elements
at most. There will be a buffer overflow if iminor(inode) is greater
than 63.

Found by Linux Driver Verification project (linuxtesting.org).



More information about the ldv-project mailing list