]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap2+: fixing wrong strcat for Non-NULL terminated string
authorManinder Singh <maninder1.s@samsung.com>
Thu, 8 Dec 2016 04:10:30 +0000 (09:40 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 27 Dec 2016 18:05:47 +0000 (10:05 -0800)
commit69e6556a95105f615a83a734085c606544ae676f
tree4fd39d342247b72fa64f8124c4f314391a22658e
parentafd2e8a5e8cb72cfb7ff5b61ca5b255bf3aaff83
ARM: omap2+: fixing wrong strcat for Non-NULL terminated string

Issue caught with static analysis tool:
"Dangerous usage of 'name' (strncpy doesn't always 0-terminate it)"

Use strlcpy _includes_ the NUL terminator, and  strlcat() which ensures
that it won't overflow the buffer.

Reported-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Vaneet Narang <v.narang@samsung.com>
CC: Russell King <linux@armlinux.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod.c