mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 08:31:37 +00:00
5dccfce4ef
Currently the header argument is being passed by value, so a copy of 256
byte structure on the stack is potentially occurring. Fix this by passing
by reference to avoid any large stack copies.
Addresses-Coverity: ("Big parameter passed by value")
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
mxc-jpeg-hw.c | ||
mxc-jpeg-hw.h | ||
mxc-jpeg.c | ||
mxc-jpeg.h |