]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ipmi: Fix strcpy source and destination the same
authorCorey Minyard <corey@minyard.net>
Sat, 14 Jun 2025 00:06:26 +0000 (19:06 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Aug 2025 16:41:31 +0000 (18:41 +0200)
commit56f1caaeb6bccf84c70ecceed96d436b040231e0
tree007264b100e833f2919d1abf473a21342b1fe783
parent6810fccf8d284813902254ee89a6b7f605b87dad
ipmi: Fix strcpy source and destination the same

[ Upstream commit 8ffcb7560b4a15faf821df95e3ab532b2b020f8c ]

The source and destination of some strcpy operations was the same.
Split out the part of the operations that needed to be done for those
particular calls so the unnecessary copy wasn't done.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202506140756.EFXXvIP4-lkp@intel.com/
Signed-off-by: Corey Minyard <corey@minyard.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/char/ipmi/ipmi_watchdog.c