FreeRDP/libfreerdp
Ondrej Holy ac25baa5ee codec/rfx: Silence BAD_FREE reported by Coverity
The `rfx_context_free` function uses the `rfx_message_free` function
with an address of the statically allocated `RFX_MESSAGE` struct. This
causes that the following is reported from covscan:

```
address_free: "rfx_message_free" frees address of "context->currentMessage".
```

I am convinced that this is just false-positive as the address is freed
only when `freeArray` is `0`, which is not in case of `RFX_CONTEXT`.
Let's add a code annotation to silence the false-positive next time.
2021-04-27 14:25:20 +02:00
..
cache Add support for -grab-mouse, to prevent the client from moving the user's pointer 2020-11-20 09:40:00 +01:00
codec codec/rfx: Silence BAD_FREE reported by Coverity 2021-04-27 14:25:20 +02:00
common Unified bin to hex and hex to bin conversion 2021-04-19 10:45:21 +02:00
core Added version to client log, removed build_date 2021-04-22 14:07:37 +02:00
crypto Removed duplicated escape 2021-04-27 11:48:39 +02:00
gdi Revert "Revert "allow to use in single threaded mode" (#6864)" 2021-03-26 11:50:45 +01:00
locale Fixed various warnings 2021-02-16 16:28:57 +01:00
primitives Refactored YCoCg converstion 2021-03-20 14:31:43 +01:00
utils Added const to function arguments 2021-02-17 11:29:56 +01:00
CMakeLists.txt Fixed #6067: Better CMake warning for deactivated image scaling 2020-04-13 09:56:19 +02:00
freerdp.pc.in
FreeRDPConfig.cmake.in