Bernhard Miklautz
|
7bd62a0127
|
winpr-utils: fix problem in LinkedList enumerator
A segfault can happen if LinkedList_Enumerator_MoveNext is invoked
before LinkedList_Enumerator_Reset was called.
|
2014-09-24 12:31:52 +02:00 |
|
Hardening
|
ff95b9aafa
|
Make LinkedList return errors when something fails
|
2014-07-31 10:38:59 +02:00 |
|
Hardening
|
600047df4f
|
Fix LinkedList_Remove
The previous version was setting to NULL both tail and head when
removing the head or tail item. That was corrupting the list.
|
2014-02-07 14:30:38 +01:00 |
|
Marc-André Moreau
|
13872f33bf
|
libwinpr-utils: implement doubly-linked list
|
2013-08-05 17:29:14 -04:00 |
|