vcam icon indicating copy to clipboard operation
vcam copied to clipboard

Fbset crashes the driver

Open AGenchev opened this issue 9 months ago • 0 comments

To crash the driver is enough to use fbset on the framebuffer device to change the resolution: fbset -xres 1920 -yres 1080 -fb /dev/fb1

What should happen instead: if the ioctl used by fbset is unsupported, the driver should not crash, but return some error to the userspace.

AGenchev avatar Sep 28 '23 18:09 AGenchev