ian 8bc74843ea Use explicit_bzero() when cleaning values out of the kernel environment.
Sometimes the values contain geli passphrases being communicated from
loader(8) to the kernel, and some day the compiler may decide to start
eliding calls to memset() for a pointer which is not dereferenced again
before being passed to free().
2018-04-10 22:57:56 +00:00
..
2018-04-10 14:07:02 +00:00
2018-02-14 00:12:03 +00:00
2018-04-08 12:08:20 +00:00
2018-04-06 19:36:35 +00:00
2018-03-20 17:58:51 +00:00
2018-04-08 22:59:34 +00:00
2018-03-24 21:30:24 +00:00
2018-04-07 17:06:13 +00:00