Initialize core_net types safely #14

Merged
faern merged 1 commit from patch-1 into master 2024-03-25 07:42:48 +13:00
faern commented 2024-03-25 00:36:39 +13:00 (Migrated from github.com)

This removes the assumption that the two types have the same memory layout, which could lead to invalid memory access if it changes in a future version of rust's standard library.

This removes the assumption that the two types have the same memory layout, which could lead to invalid memory access if it changes in a future version of rust's standard library.
mikedilger (Migrated from github.com) approved these changes 2024-03-25 07:42:32 +13:00
mikedilger commented 2024-03-25 07:43:17 +13:00 (Migrated from github.com)

Thanks, much better.

Thanks, much better.
Sign in to join this conversation.
No description provided.