Comment 2 for bug 1877688

Revision history for this message
Christian Schoenebeck (schoenebeck) wrote :

Looks like being introduced by this change:
https://patchwork.kernel.org/patch/11319993/

More specifically this one exactly:

- if (buf_size < size) {
+ if (buf_size < P9_IOHDRSZ) {