[GIT PULL] Staging driver fixes for 6.9-rc2

From: Greg KH
Date: Sat Mar 30 2024 - 08:25:42 EST


The following changes since commit 4cece764965020c22cff7665b18a012006359095:

Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.9-rc2

for you to fetch changes up to f37e76abd614b68987abc8e5c22d986013349771:

staging: vc04_services: fix information leak in create_component() (2024-03-25 19:10:01 +0100)

----------------------------------------------------------------
Staging driver fixes for 6.9-rc2

Here are two small staging driver fixes for the vc04_services driver
that resolve reported problems:
- strncpy fix for information leak
- another information leak discovered by the previous strncpy fix

Both of these have been in linux-next all this past week with no
reported issues.

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

----------------------------------------------------------------
Arnd Bergmann (1):
staging: vc04_services: changen strncpy() to strscpy_pad()

Dan Carpenter (1):
staging: vc04_services: fix information leak in create_component()

drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)