Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:GA
freerdp.34025
freerdp-CVE-2024-32659.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File freerdp-CVE-2024-32659.patch of Package freerdp.34025
From 12da26e9ab72668a0fa05469e01df6b35651a4ee Mon Sep 17 00:00:00 2001 From: akallabeth <akallabeth@posteo.net> Date: Sun, 21 Apr 2024 10:18:43 +0200 Subject: [PATCH] [codec,color] fix out of bound read --- libfreerdp/codec/color.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libfreerdp/codec/color.c b/libfreerdp/codec/color.c index 61d3c6428..6ba92293e 100644 --- a/libfreerdp/codec/color.c +++ b/libfreerdp/codec/color.c @@ -607,6 +607,9 @@ BOOL freerdp_image_copy(BYTE* pDstData, DWORD DstFormat, UINT32 nDstStep, UINT32 if (!pDstData || !pSrcData) return FALSE; + if ((nWidth == 0) || (nHeight == 0)) + return TRUE; + if (nDstStep == 0) nDstStep = nWidth * GetBytesPerPixel(DstFormat); -- 2.45.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor