mbox series

[0/5,v2] accel/qaic: Improve bounds checking in encode/decode

Message ID ZKzxP8iX8Op0lYvh@moroto (mailing list archive)
Headers show
Series accel/qaic: Improve bounds checking in encode/decode | expand

Message

Dan Carpenter July 11, 2023, 6:05 a.m. UTC
Fixed two things in v2:  Include the <linux/overflow.h> file.  Change
the >= in encode and decode to >.

regards,
dan carpenter