FreeRDP/channels/tsmf
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
..
client Updated wStream API and added torough checks 2021-10-06 09:49:07 +02:00
ChannelOptions.cmake Made CHANNEL_TSMF optional and deprecated. 2020-02-26 13:56:43 +01:00
CMakeLists.txt channels: refactoring of channel subsystems 2012-11-19 22:31:15 -05:00