Ján Tomko
4ac4773040
Use g_mkstemp_full instead of mkostemp(s)
...
With g_mkstemp_full, there is no need to distinguish between
mkostemp and mkostemps (no suffix vs. a suffix of a fixed length),
because the GLib function looks for the XXXXXX pattern everywhere
in the string.
Use S_IRUSR | S_IWUSR for the permissions and do not pass O_RDWR
in flags since it's implied.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2019-11-14 19:02:31 +01:00
..
2019-09-30 12:27:41 +02:00
2019-10-15 11:25:25 +02:00
2019-08-22 17:05:17 +02:00
2019-08-09 14:06:31 +01:00
2019-11-08 17:07:57 +01:00
2019-10-24 19:35:34 +02:00
2019-07-26 16:48:58 -05:00
2019-10-21 12:51:59 +02:00
2019-08-09 09:18:19 +02:00
2019-11-12 16:15:59 +01:00
2019-08-09 09:05:27 +02:00
2019-11-12 16:15:59 +01:00
2019-08-09 09:17:44 +02:00
2019-10-21 12:51:59 +02:00
2019-08-09 09:07:51 +02:00
2019-11-12 17:54:01 +01:00
2019-08-09 09:09:59 +02:00
2019-10-24 08:10:37 +02:00
2019-08-09 09:10:08 +02:00
2019-10-21 12:51:59 +02:00
2019-08-09 09:15:36 +02:00
2019-10-24 08:10:37 +02:00
2019-08-09 09:20:13 +02:00
2019-10-24 08:10:37 +02:00
2019-08-09 09:16:28 +02:00
2019-10-21 12:51:59 +02:00
2019-08-09 09:17:06 +02:00
2019-10-21 12:51:59 +02:00
2019-08-09 09:07:02 +02:00
2019-11-12 16:15:59 +01:00
2019-08-09 09:18:54 +02:00
2019-10-15 11:25:25 +02:00
2019-06-19 17:12:34 +02:00
2019-11-12 16:15:59 +01:00
2019-10-15 11:25:22 +02:00
2019-11-12 17:54:01 +01:00
2019-06-19 17:12:34 +02:00
2019-10-15 16:14:19 +02:00
2019-11-12 16:15:59 +01:00
2019-06-19 17:12:34 +02:00
2019-11-12 16:15:59 +01:00
2019-06-19 17:12:34 +02:00
2019-11-12 16:15:59 +01:00
2019-06-19 17:12:34 +02:00
2019-10-20 14:37:16 +02:00
2019-08-09 09:03:53 +02:00
2019-10-15 11:25:25 +02:00
2019-06-19 17:12:34 +02:00
2019-11-12 16:15:59 +01:00
2019-06-19 17:12:34 +02:00
2019-10-16 12:06:43 +02:00
2019-06-19 17:12:34 +02:00
2019-10-24 19:35:34 +02:00
2019-06-19 17:12:34 +02:00
2019-10-15 11:25:25 +02:00
2019-10-16 12:06:43 +02:00
2019-11-12 16:15:59 +01:00
2019-06-19 17:12:34 +02:00
2019-10-20 14:37:16 +02:00
2019-07-26 16:48:58 -05:00
2019-09-12 16:06:57 +01:00
2019-10-21 12:51:59 +02:00
2019-06-19 17:12:34 +02:00
2019-11-12 16:15:59 +01:00
2019-06-19 17:12:34 +02:00
2019-06-19 17:12:34 +02:00
2019-11-12 16:15:59 +01:00
2019-10-15 16:14:18 +02:00
2019-06-19 17:12:34 +02:00
2019-06-19 17:12:34 +02:00
2019-10-21 12:51:59 +02:00
2019-09-30 12:08:30 +01:00
2019-07-01 17:20:32 +02:00
2019-09-12 16:06:57 +01:00
2019-10-21 12:51:59 +02:00
2019-06-19 17:12:34 +02:00
2019-11-14 19:02:31 +01:00
2019-10-24 19:35:34 +02:00