mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-10-08 03:03:31 +10:00
This patch fixes the issue where the mxs_ocotp_read is reading
the ocotp in reg_size steps but decrements the remaining size
by 1. The number of iterations is thus four times higher,
overwriting the area behind the output buffer.
Fixes:
|
||
---|---|---|
.. | ||
core.c | ||
imx-ocotp.c | ||
Kconfig | ||
lpc18xx_eeprom.c | ||
Makefile | ||
mtk-efuse.c | ||
mxs-ocotp.c | ||
qfprom.c | ||
rockchip-efuse.c | ||
sunxi_sid.c | ||
vf610-ocotp.c |