Files
strongswan-ext/src/libstrongswan/collections
Tobias Brunner 116363e5c6 array: Number of items in get_size() is unsigned
Otherwise, array->esize is promoted to int and if array->esize * num
results in a value > 0x7fffffff the return value would be incorrect due
the implicit sign extension when getting cast to size_t.
2013-07-25 11:28:01 +02:00
..
2013-07-18 18:30:36 +02:00
2012-10-24 16:07:53 +02:00