summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/omap-iommu.h
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2021-05-11 10:19:26 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-20 16:21:15 +0200
commit5061cd55e96d7855f3943d4896c4d48d4bc86361 (patch)
treef8d77b04001c7574218987bd7e41797993b611b2 /drivers/iommu/omap-iommu.h
parentcab381c9ec00818f66cab4509e445e0208709076 (diff)
downloadlinux-stable-5061cd55e96d7855f3943d4896c4d48d4bc86361.tar.gz
linux-stable-5061cd55e96d7855f3943d4896c4d48d4bc86361.tar.bz2
linux-stable-5061cd55e96d7855f3943d4896c4d48d4bc86361.zip
rtc: fix snprintf() checking in is_rtc_hctosys()
[ Upstream commit 54b909436ede47e0ee07f1765da27ec2efa41e84 ] The scnprintf() function silently truncates the printf() and returns the number bytes that it was able to copy (not counting the NUL terminator). Thus, the highest value it can return here is "NAME_SIZE - 1" and the overflow check is dead code. Fix this by using the snprintf() function which returns the number of bytes that would have been copied if there was enough space and changing the condition from "> NAME_SIZE" to ">= NAME_SIZE". Fixes: 92589c986b33 ("rtc-proc: permit the /proc/driver/rtc device to use other devices") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/YJov/pcGmhLi2pEl@mwanda Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/iommu/omap-iommu.h')
0 files changed, 0 insertions, 0 deletions