Christian Göttsche 90ead3cfb8 Replace flawed memset_s usage
memset_s() has a different signature than memset(3) or explicit_bzero(),
thus the current code would not compile.  Also memset_s()
implementations are quite rare.
Use the C23 standardized version memset_explicit(3).

Fixes: 7a799ebb ("Ensure memory cleaning")
2023-01-25 11:07:25 +01:00
..
2022-12-29 13:58:49 -06:00
2022-12-29 13:58:49 -06:00
2023-01-25 11:07:25 +01:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-12-22 18:03:39 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-09-27 16:52:06 +02:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2022-05-24 07:49:11 -05:00
2021-12-23 19:36:50 -06:00
2022-09-27 16:52:06 +02:00
2022-05-24 07:49:11 -05:00
2022-05-24 07:49:11 -05:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2022-05-24 07:49:11 -05:00
2022-09-27 16:52:06 +02:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2010-03-18 19:23:00 +00:00
2022-12-22 11:43:29 +01:00