FreeRDP/channels
Pascal Nowack 4be3950fd8 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.
2023-04-19 22:20:04 +02:00
..
ainput [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
audin [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
client [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
cliprdr [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
disp [channels] simplified server linking 2023-03-01 08:18:34 +01:00
drdynvc [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
drive [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
echo [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
encomsp [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
geometry [channels] simplified client linking 2023-03-01 08:18:34 +01:00
gfxredir [channels] simplified server linking 2023-03-01 08:18:34 +01:00
parallel [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
printer channels: Check return value of EnumPrinters 2023-03-23 17:40:08 +01:00
rail [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
rdp2tcp [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
rdpdr [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
rdpecam rdpecam/server: Remove wrong assertion 2023-04-19 22:20:04 +02:00
rdpei [channels] simplified server linking 2023-03-01 08:18:34 +01:00
rdpgfx [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
rdpsnd [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
remdesk [channels] removed duplicate includes 2023-03-15 08:22:23 +01:00
serial [channels] simplified client linking 2023-03-01 08:18:34 +01:00
server [server] fixed build without CHANNEL_AUDIN_SERVER 2023-03-06 21:46:51 +01:00
smartcard [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
sshagent [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
telemetry [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
tsmf [includes] untangled circular includes 2023-03-15 08:22:23 +01:00
urbdrc [warnings] Fixed strict-prototypes warnings 2023-03-06 10:04:59 +01:00
video [channels] simplified client linking 2023-03-01 08:18:34 +01:00
CMakeLists.txt [cmake] fix OBJECT library link deps 2023-03-16 10:58:01 +01:00