]> Git Repo - linux.git/commit - drivers/mfd/tps6507x.c
mfd: Fix off-by-one value range checking for tps6507x
authorAxel Lin <[email protected]>
Wed, 13 Oct 2010 02:44:39 +0000 (10:44 +0800)
committerSamuel Ortiz <[email protected]>
Thu, 28 Oct 2010 22:30:29 +0000 (00:30 +0200)
commita8d6aa08dd3e004df6a6e63a61698d834a191ad3
treeaaad867dccdf9d2b7e04c6bd73834882428b5a41
parent7745cc8c3b977203c1b7483c09d05b58c8e88728
mfd: Fix off-by-one value range checking for tps6507x

If bytes == (TPS6507X_MAX_REGISTER + 1), we have a buffer overflow when
doing memcpy(&msg[1], src, bytes).

Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
drivers/mfd/tps6507x.c
This page took 0.05332 seconds and 4 git commands to generate.