FreeRDP/winpr/libwinpr/utils/collections
Armin Novak 983443749d Added Stream_EnsureValidity
This function  terminates a process if a stream was used incorrectly.
It will work similar to an assert, but it is not possible to compile
without this.

Purpose is to prevent problems with missing length/capacity checks
2021-10-06 09:49:07 +02:00
..
ArrayList.c Raw channel send (#7255) 2021-08-26 16:17:51 +02:00
BipBuffer.c Cleaned up collections: 2020-11-06 12:30:13 +01:00
BitStream.c Fixed compilation warnings 2021-06-16 14:26:06 +02:00
BufferPool.c Fixed uninitialized warnings 2021-09-10 08:16:25 +02:00
CountdownEvent.c Reformatted to new style 2019-11-07 10:53:54 +01:00
HashTable.c Fixed compilation warnings 2021-08-02 10:28:06 +02:00
LinkedList.c Added WINPR_ASSERT to collections 2021-06-16 11:46:42 +02:00
ListDictionary.c Removed unused functions / files 2020-03-10 14:04:53 +01:00
MessagePipe.c Fixed copy paste error in MessagePipe.c 2020-05-01 19:42:46 +02:00
MessageQueue.c Added missing WINPR_ASSERT to MessageQueue 2021-09-20 10:59:59 +02:00
ObjectPool.c Added WINPR_ASSERT to collections 2021-06-16 11:46:42 +02:00
PubSub.c Fixed compilation warnings and typos 2021-06-16 15:21:56 +02:00
Queue.c Added object copy support to queue 2021-09-20 10:59:59 +02:00
Reference.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
Stack.c Added WINPR_ASSERT to collections 2021-06-16 11:46:42 +02:00
StreamPool.c Added Stream_EnsureValidity 2021-10-06 09:49:07 +02:00