mbox series

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

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

Message

Dan Carpenter July 11, 2023, 6:08 a.m. UTC
Fixed in v3: Redo messed up threading

Fixed two things in v2:  Include the <linux/overflow.h> file.  Change
the >= in encode and decode to >.

regards,
dan carpenter