1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00
Benjamin Valentin f4fa197951 gnrc_netif: properly initialize address in gnrc_netif_ipv6_add_prefix()
Initialize addr with 0 first.
Otherwise if prefix is < 64 there will be random bits of stack memory
in the bits of the address that are neither touched by ipv6_addr_set_aiid()
nor ipv6_addr_init_prefix().
2021-08-09 16:50:21 +02:00
..
2021-02-22 14:54:14 +01:00
2021-02-22 14:54:14 +01:00
2020-11-12 22:50:53 +01:00
2021-02-22 14:54:14 +01:00
2020-11-18 18:38:44 +01:00
2020-11-06 15:57:52 +01:00
2021-02-22 14:54:14 +01:00
2020-10-23 11:27:48 +02:00
2021-01-21 10:03:44 +01:00
2021-01-18 14:14:13 +01:00
2021-01-21 11:22:32 +01:00
2021-01-26 17:40:30 +01:00
2021-02-22 14:54:14 +01:00
2020-11-25 12:00:13 +01:00
2021-02-22 14:54:15 +01:00
2021-03-15 10:36:46 +01:00
2021-02-22 14:54:15 +01:00
2020-11-06 15:57:53 +01:00
2021-08-04 14:01:28 +02:00
2021-08-04 14:54:33 +02:00
2020-11-23 16:56:34 +01:00
2021-07-02 15:11:10 +02:00
2021-07-20 22:44:39 +02:00