mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 03:29:11 +02:00
wired_cmd_repeater_auth_stream_req_in has a variable length array at the end. we use struct_size() overflow macro to determine the size for the allocation and sending size. This also fixes bug in case number of streams is > 0 in the original submission. This bug was not triggered as the number of streams is always one. Fixes: |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mei_hdcp.c | ||
| mei_hdcp.h | ||