Daniel Mack
8f2807bab5
memfd: reduce name escaping logic to utf-8 checks
...
As memfds are now created by proper kernel API, and not by our functions, we
can't rely on names being escaped/unescaped according to our current logic.
Thus, the only safe way is to remove the escaping and when reading names,
just escape names that are not properly encoded in UTF-8.
Also, remove assert(name) lines from the memfd creation functions, as we
explictly allow name to be NULL.
2014-08-19 21:49:05 +02:00
..
2014-08-03 21:46:07 -04:00
2014-08-14 16:36:32 +02:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-08-18 21:02:04 +02:00
2014-08-05 18:22:31 +02:00
2014-08-04 16:25:24 +02:00
2014-08-04 16:25:24 +02:00
2014-08-03 21:46:07 -04:00
2014-08-19 19:16:08 +02:00
2014-07-31 04:00:31 -04:00
2014-08-13 20:41:41 -04:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-08-04 16:25:24 +02:00
2014-08-13 20:41:41 -04:00
2014-08-13 20:41:41 -04:00
2014-08-18 17:49:53 +02:00
2014-08-11 18:24:28 +02:00
2014-08-15 03:10:20 +02:00
2014-08-11 18:24:43 +02:00
2014-08-15 14:41:50 +02:00
2014-08-19 19:39:16 +02:00
2014-08-15 13:19:03 +02:00
2014-08-03 23:53:49 -04:00
2014-08-11 20:13:38 +02:00
2014-08-18 17:49:53 +02:00
2014-08-19 00:04:55 +02:00
2014-08-14 20:10:33 +02:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-08-19 19:01:38 +02:00
2014-08-12 01:54:40 +02:00
2014-08-04 19:15:07 +02:00
2014-08-12 01:54:40 +02:00
2014-08-04 19:05:06 +02:00
2014-08-14 01:01:43 +02:00
2014-08-03 21:46:07 -04:00
2014-07-31 08:56:03 -04:00
2014-08-03 21:46:07 -04:00
2014-08-11 18:35:54 +02:00
2014-08-15 16:59:09 +02:00
2014-08-14 01:01:43 +02:00
2014-08-04 16:25:24 +02:00
2014-08-19 21:49:05 +02:00
2014-07-31 08:56:03 -04:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-08-13 20:41:41 -04:00
2014-08-18 18:12:55 +02:00
2014-08-19 19:06:39 +02:00
2014-07-31 08:56:03 -04:00
2014-08-19 19:06:39 +02:00
2014-08-18 17:49:53 +02:00
2014-08-13 21:07:07 +02:00
2014-08-18 18:25:30 +02:00
2014-08-03 21:46:07 -04:00
2014-08-14 01:36:10 +02:00
2014-07-26 15:08:42 -04:00
2014-07-07 08:55:58 -04:00