Files
asterisk/include/asterisk
Sean Bright abad395098 vector.h: Fix implementation of AST_VECTOR_COMPACT() for empty vectors
The assumed behavior of realloc() - that it was effectively a free() if
its second argument was 0 - is Linux specific behavior and is not
guaranteed by either POSIX or the C specification.

Instead, if we want to resize a vector to 0, do it explicitly.

Change-Id: Ife31d4b510ebab41cb5477fdc7ea4e3138ca8b4f
2020-08-10 07:02:40 -05:00
..
2015-04-11 19:43:43 -06:00
2020-06-10 13:56:45 -05:00
2017-12-20 12:40:01 -05:00
2017-12-20 12:40:01 -05:00
2017-12-20 12:40:01 -05:00
2017-05-30 15:10:20 -05:00
2018-03-19 18:00:20 -04:00
2015-07-07 21:31:49 -05:00
2018-04-20 12:50:03 +02:00
2015-05-19 21:11:21 -05:00
2020-07-07 15:02:45 -05:00
2017-12-20 12:40:01 -05:00
2016-07-22 10:09:08 +02:00
2020-03-26 07:44:29 -05:00
2018-03-22 00:33:12 -04:00
2019-02-07 08:23:04 -06:00
2015-05-19 21:11:21 -05:00
2017-05-30 15:10:20 -05:00
2015-05-19 21:11:21 -05:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:31 -05:00