[GIT PULL] Char/Misc driver fix for 6.10-rc1

From: Greg KH
Date: Fri May 24 2024 - 03:49:31 EST


The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361:

Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.10-rc1-fix

for you to fetch changes up to 008ab3c53bc4f0b2f20013c8f6c204a3203d0b8b:

speakup: Fix sizeof() vs ARRAY_SIZE() bug (2024-05-08 19:44:21 +0100)

----------------------------------------------------------------
Char/Misc bugfix for 6.10-rc1

Here is one remaining bugfix for 6.10-rc1 that missed the 6.9-final
merge window, and has been sitting in my tree and linux-next for quite a
while now, but wasn't sent to you (my fault, travels...)

It is a bugfix to resolve an error in the speakup code that could
overflow a buffer.

It has been in linux-next for a while with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Dan Carpenter (1):
speakup: Fix sizeof() vs ARRAY_SIZE() bug

drivers/accessibility/speakup/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)