FreeRDP/libfreerdp
Armin Novak 18a3fcf2fc Updated wStream API and added torough checks
* Do length/capacity checks in every read/write/seek function
  if WINPR_ASSERT is defined.
* Ensure s->pointer is valid, e.g. within s->buffer + s->capacity
  (Stream_Rewind, Stream_Seek, ...)
* Add return values to Stream_Set* functions so inalid arguments
  can be reported to the caller
* Deprecated problematic stream manipulation functions
  (Stream_SetBuffer, Stream_SetPointer, Stream_SetCapacity)
* Ensure length/capacity functions never return a value larger
  than the actual length/capacity
2021-10-06 09:49:07 +02:00
..
cache Added option to disable graphics decoding in client code path 2021-09-20 10:59:59 +02:00
codec Updated wStream API and added torough checks 2021-10-06 09:49:07 +02:00
common Refactor proxy (#7312) 2021-09-23 14:52:03 +02:00
core Updated wStream API and added torough checks 2021-10-06 09:49:07 +02:00
crypto Fixed certificate store double free. 2021-10-06 09:49:07 +02:00
gdi Channel fixes (#7309) 2021-09-22 14:27:21 +02:00
locale Added /kbd-scancode-list 2021-09-10 15:47:08 +02:00
primitives Fixed uninitialized warnings 2021-09-10 08:16:25 +02:00
utils WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
CMakeLists.txt Fixed #7158: detection of arm neon. 2021-07-08 07:54:26 +02:00
freerdp.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00