~remmina-ppa-team/remmina-ppa/+git/FreeRDP:stable-2.0

Last commit made on 2023-06-05
Get this branch:
git clone -b stable-2.0 https://git.launchpad.net/~remmina-ppa-team/remmina-ppa/+git/FreeRDP

Branch merges

Branch information

Name:
stable-2.0
Repository:
lp:~remmina-ppa-team/remmina-ppa/+git/FreeRDP

Recent commits

c3a5238... by akallabeth

changelog

ad7cedc... by Armin Novak <email address hidden>

[channel,rdpdr] use wLog* for client logging

c617d27... by akallabeth

[channels,rdpdr] enforce client state checks

Keep track of client channel state and abort on invalid messages for a
certain state

aed7c03... by Armin Novak <email address hidden>

changelog

3cab601... by houchengqiu <email address hidden>

[libfreerdp] add bound check in gdi_surface_bits()

In Windows remote run vulnerabillities exe program, to create rdpgrfx channel, may case Remmina crash.
So, add bound check, check that the paste area is valid, and determine if the picture is in the paste area.

(cherry picked from commit 6d999672ccc5d94ca97d34bf62a5b8461ec19da5)

797e56b... by houchengqiu <email address hidden>

[libfreerdp] add null pointer check in planar_decompress()

In Windows remote run vulnerabillities exe program, to create rdpgrfx
channel, may case Remmina crash.
So, add null pointer check to pSrcData.

(cherry picked from commit abdff1dc464f1f7c22ea1ae89a11ad6cf4dff067)

856ecaa... by houchengqiu <email address hidden>

[libfreerdp] add bound check in gdi_SolidFill

In Windows remote run vulnerabillities exe program, to create
Micorosoft::Windows::RDS::Graphics channel, case Remmina crash.
So, add bound check, limit the size of the requested rect, no larger than the surface data buffer.

(cherry picked from commit 6a63441e4ee8e2bf333361f5d24156a183b14ecd)

41037e3... by Pascal Nowack

Update changelog

7b7ad8b... by Pascal Nowack

rdpecam/server: Remove wrong assertion

Some PDUs, like the Activate Device Request only contain the header.
As a result, the size of the rest of the PDU is 0.
The assertion for the PDU size in device_server_packet_new only
considers the size of the body of the PDU.
When that value is 0, the assertion is hit and the server implementation
crashes.

To fix this issue, simply remove this assertion. Since the allocation
size is always at least the header size, there won't ever be an attempt
to create a stream with a size of 0.

60a965a... by Neal Gompa

packaging/rpm: Enable FFmpeg support on Fedora 36+ and RHEL 9+

Since Fedora Linux 36, an FFmpeg implementation is provided
in the base distribution as "ffmpeg-free". This implementation
is sufficient for building FreeRDP with FFmpeg support.

This implementation is also available in Fedora Extra Packages
for Enterprise Linux (EPEL) for Red Hat Enterprise Linux 9
and derivatives.

Thus, enable FFmpeg support when building for those distributions.

(cherry picked from commit d044a1e073ae0345fb43f5a36b7c2189d20ffb6a)