imp
fe47a5f058
Minor fixes to edge cases in efi_get_next_variable_name
...
Fix allocating more memory for the names (unlikely to be needed, but
still best to get right) to ask for the length the kernel told use we
needed, not the old length of the variable. Mind the proper NUL that
we add in the space we allocate. Free the old name string before we
allcoate a new one to limit what we leak to the last one (free passed
in name for the last one in the list), and detect the last one by rv
!= 0 and errno == ENOENT, rather then just the former to avoid false
positives if errno happens to be ENOENT on entry.
Sponsored by: Netflix
2017-09-13 04:32:23 +00:00
..
2017-08-02 08:50:42 +00:00
2017-09-06 21:21:13 +00:00
2017-08-30 19:19:31 +00:00
2017-05-24 21:02:53 +00:00
2017-01-20 03:34:59 +00:00
2017-08-02 08:50:42 +00:00
2017-01-20 03:55:21 +00:00
2017-01-20 03:55:43 +00:00
2016-06-03 19:25:30 +00:00
2017-01-20 03:56:10 +00:00
2017-04-27 15:03:24 +00:00
2017-03-26 21:14:49 +00:00
2017-05-09 01:48:23 +00:00
2017-01-20 03:58:50 +00:00
2017-09-07 17:51:35 +00:00
2017-01-20 04:04:25 +00:00
2017-07-13 21:58:45 +00:00
2017-07-11 00:32:48 +00:00
2017-08-02 08:14:06 +00:00
2017-08-09 18:15:07 +00:00
2017-08-14 19:21:37 +00:00
2017-07-13 22:01:38 +00:00
2017-01-20 04:51:36 +00:00
2017-02-28 23:42:47 +00:00
2017-08-30 07:05:29 +00:00
2017-08-02 09:00:59 +00:00
2017-02-22 18:44:57 +00:00
2016-08-30 02:07:15 +00:00
2017-01-20 04:55:14 +00:00
2017-07-11 00:32:48 +00:00
2017-01-20 04:54:21 +00:00
2017-04-28 21:05:28 +00:00
2017-09-13 04:32:23 +00:00
2017-01-20 04:54:09 +00:00
2017-07-05 02:58:46 +00:00
2017-03-27 22:34:43 +00:00
2017-01-20 04:53:40 +00:00
2017-01-20 04:53:45 +00:00
2017-08-18 18:20:36 +00:00
2016-11-11 23:28:07 +00:00
2017-07-05 13:13:38 +00:00
2017-09-08 15:44:52 +00:00
2017-04-21 19:27:33 +00:00
2017-04-21 19:27:33 +00:00
2017-07-11 00:32:48 +00:00
2017-04-13 14:44:17 +00:00
2017-04-16 19:23:10 +00:00
2017-01-20 04:50:46 +00:00
2017-08-02 08:14:06 +00:00
2017-01-20 04:50:19 +00:00
2017-01-20 04:46:20 +00:00
2017-01-20 04:45:09 +00:00
2017-07-01 21:18:06 +00:00
2016-11-20 06:10:12 +00:00
2017-05-23 09:29:05 +00:00
2017-08-02 08:50:42 +00:00
2017-07-14 17:38:44 +00:00
2017-04-06 14:36:08 +00:00
2017-01-20 04:41:53 +00:00
2017-08-02 08:50:42 +00:00
2017-01-20 04:40:10 +00:00
2017-03-22 13:16:04 +00:00
2017-08-02 08:50:42 +00:00
2017-03-07 16:06:53 +00:00
2017-01-20 04:37:03 +00:00
2017-09-06 17:19:48 +00:00
2017-09-06 16:24:34 +00:00
2017-07-29 22:25:45 +00:00
2017-04-25 10:29:08 +00:00
2017-06-19 20:47:24 +00:00
2017-07-11 00:32:48 +00:00
2017-08-02 08:50:42 +00:00
2017-03-22 18:14:55 +00:00
2017-08-02 08:14:06 +00:00
2017-01-20 04:35:36 +00:00
2017-01-20 04:35:00 +00:00
2017-01-20 04:35:18 +00:00
2017-01-20 04:34:34 +00:00
2017-03-27 22:34:43 +00:00
2017-09-12 13:51:18 +00:00
2017-01-20 04:33:45 +00:00
2017-09-04 05:34:36 +00:00
2017-07-31 19:07:45 +00:00
2017-08-02 08:50:42 +00:00
2017-04-20 21:01:59 +00:00
2016-10-15 13:17:27 +00:00
2017-05-23 09:29:05 +00:00
2017-01-20 04:29:23 +00:00
2017-01-20 04:31:19 +00:00
2017-08-09 18:06:27 +00:00
2017-08-18 16:42:58 +00:00
2017-02-14 13:35:59 +00:00
2017-01-18 18:14:50 +00:00
2017-08-03 18:07:01 +00:00
2017-02-28 23:42:47 +00:00
2017-01-20 04:28:41 +00:00
2017-04-09 03:50:48 +00:00
2017-05-09 01:48:14 +00:00
2017-08-29 22:37:24 +00:00
2017-08-12 22:20:08 +00:00
2017-07-10 14:59:21 +00:00