Sean Bright
9e6efcace5
voicemail: Fix various abuses of mkstemp
...
mkstemp() returns a unique filename, but appending an extension to that
filename does not guarantee uniqueness. Instead, use mkdtemp() and we
can put whatever extension we want on the files that we create inside
the directory.
In the case of app_minivm, we also now properly clean up any temporary
files that we create.
ASTERISK-20858 #close
Reported by: Walter Doekes
Change-Id: I30ad04f0e115f0b11693ff678ba5184d8b938e43
2017-08-25 17:02:17 -04:00
..
2017-05-04 19:09:33 -06:00
2017-04-12 16:46:22 -05:00
2017-04-12 16:46:22 -05:00
2017-04-12 16:46:22 -05:00
2015-12-21 16:03:42 -08:00
2017-04-12 16:46:22 -05:00
2014-07-25 10:54:49 +00:00
2017-04-12 16:46:22 -05:00
2014-07-25 16:47:17 +00:00
2015-11-06 16:46:21 -05:00
2013-05-21 18:00:22 +00:00
2017-08-01 15:44:29 -06:00
2017-07-14 14:43:33 +02:00
2013-01-22 15:16:20 +00:00
2017-04-12 16:46:22 -05:00
2013-02-14 03:49:52 +00:00
2017-05-16 14:25:01 +00:00
2015-07-15 10:34:21 -05:00
2013-11-22 16:43:21 +00:00
2017-02-21 13:45:03 -05:00
2017-05-16 14:25:01 +00:00
2017-05-16 14:25:01 +00:00
2016-11-14 17:02:09 -05:00
2011-07-14 20:28:54 +00:00
2017-05-16 14:25:01 +00:00
2016-10-13 18:11:37 -05:00
2014-07-25 16:47:17 +00:00
2012-03-01 22:09:18 +00:00
2017-08-01 15:44:29 -06:00
2017-04-12 16:46:22 -05:00
2014-12-17 09:54:00 +00:00
2014-07-25 16:47:17 +00:00
2014-07-25 16:47:17 +00:00
2014-07-25 16:47:17 +00:00
2014-07-25 16:47:17 +00:00
2016-08-29 10:08:13 -05:00
2017-05-31 13:59:04 +00:00
2014-07-20 22:06:33 +00:00
2017-08-25 17:02:17 -04:00
2017-03-15 17:43:54 -05:00
2014-07-25 16:47:17 +00:00
2016-09-01 13:13:43 +02:00
2014-07-25 16:47:17 +00:00
2017-02-10 18:01:54 -05:00
2014-12-17 09:54:00 +00:00
2015-11-06 16:46:21 -05:00
2017-07-18 06:36:46 -05:00
2012-02-20 23:43:27 +00:00
2017-08-04 14:17:16 -05:00
2017-08-24 10:42:24 -04:00
2012-02-20 23:43:27 +00:00
2012-02-29 16:52:47 +00:00
2017-02-14 09:12:31 -05:00
2014-07-25 16:47:17 +00:00
2013-11-14 20:32:45 +00:00
2012-09-28 18:27:02 +00:00
2012-02-20 23:43:27 +00:00
2014-07-25 16:47:17 +00:00
2016-03-24 13:14:33 -03:00
2014-12-17 09:54:00 +00:00
2012-02-20 23:43:27 +00:00
2014-07-28 18:58:43 +00:00
2014-09-05 22:03:45 +00:00
2016-03-16 11:17:54 -05:00
2012-06-15 16:20:16 +00:00
2016-04-19 15:02:18 -03:00
2014-07-25 16:47:17 +00:00
2014-01-17 17:16:14 +00:00
2014-07-25 16:47:17 +00:00
2016-08-13 20:26:50 -05:00
2014-05-09 22:49:26 +00:00
2017-08-25 17:02:17 -04:00
2012-06-15 15:33:41 +00:00
2014-07-25 16:47:17 +00:00
2014-07-25 16:47:17 +00:00
2011-07-14 20:28:54 +00:00
2012-07-31 20:21:43 +00:00
2017-04-12 16:46:22 -05:00
2005-11-29 18:24:39 +00:00
2005-11-29 18:24:39 +00:00
2017-08-03 12:30:31 -04:00