Fixing whitespaces in d/changelog and a typo in a patch.

This commit is contained in:
Tobias Frost 2023-11-12 12:08:01 +01:00
parent 180fc8f332
commit 343a6e9965
2 changed files with 5 additions and 5 deletions

8
debian/changelog vendored
View File

@ -10,8 +10,8 @@ freerdp2 (2.3.0+dfsg1-2+deb10u4) UNRELEASED; urgency=medium
* Import fix for (see #1024511)
- CVE-2022-39316 - Out of bound read in zgfx decoder and
- CVE-2022-39318 - Division by zero in urbdrc channel
- CVE-2022-39319 - Missing length validation in urbdrc channel
- CVE-2022-39347 - Missing path sanitation with `drive` channel
- CVE-2022-39319 - Missing length validation in urbdrc channel
- CVE-2022-39347 - Missing path sanitation with `drive` channel
- CVE-2022-41877 - Missing input length validation in `drive` channel
-- Tobias Frost <tobi@debian.org> Sat, 28 Oct 2023 18:12:57 +0200
@ -34,8 +34,8 @@ freerdp2 (2.3.0+dfsg1-2+deb10u3) buster-security; urgency=medium
* Backporting/Importing upstream patches for (Closes: #1051638)
CVE-2023-39350 CVE-2023-39351 CVE-2023-39352 CVE-2023-39353
CVE-2023-39354 CVE-2023-39355 CVE-2023-39356 CVE-2023-40567
CVE-2023-40181 CVE-2023-40186 CVE-2023-40188 CVE-2023-40569
CVE-2023-40589
CVE-2023-40181 CVE-2023-40186 CVE-2023-40188 CVE-2023-40569
CVE-2023-40589
-- Tobias Frost <tobi@debian.org> Sat, 07 Oct 2023 17:11:57 +0200

View File

@ -8,7 +8,7 @@ From: akallabeth <akallabeth@users.noreply.github.com>
Date: Tue, 12 Oct 2021 12:26:22 +0200
Subject: [PATCH] Bitmap update fix (#7349)
* Added checks for bitmap width and heigth values
* Added checks for bitmap width and height values
Data received from the server might have invalid values for bitmap
with or height. Abort parsing if such a value is found.