aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2017-01-11 14:41:40 +0100
committerGravatar Gregory CLEMENT <gregory.clement@free-electrons.com> 2017-01-27 17:52:57 +0100
commit5de267b299829b99990305ad0440753bb8aa3de2 (patch)
tree6b1fa8b22dad79cc808f70833064fb9078dea2bd /drivers
parentLinux 4.10-rc2 (diff)
downloadlinux-5de267b299829b99990305ad0440753bb8aa3de2.tar.gz
linux-5de267b299829b99990305ad0440753bb8aa3de2.tar.bz2
linux-5de267b299829b99990305ad0440753bb8aa3de2.zip
ARM: mv78xx0: fix possible PCI buffer overflow
gcc-7.0 reports a potential array overflow: arch/arm/mach-mv78xx0/pcie.c: In function 'mv78xx0_pcie_preinit': arch/arm/mach-mv78xx0/pcie.c:81:4: error: output may be truncated before the last format character [-Werror=format-truncation=] I haven't checked if this can actually happen, but making the array one 32-bit word longer addresses the warning and makes it completely safe. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions