Branch: refs/heads/rust-bindings Home: https://github.com/kronosnet/kronosnet Commit: 3a6bbe507803e1083be3e814784a7dd768ea7416 https://github.com/kronosnet/kronosnet/commit/3a6bbe507803e1083be3e814784a7d... Author: Christine Caulfield ccaulfie@redhat.com Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths: M libknet/links.c
Log Message: ----------- [link] Only copy the valid part of a sockaddr in link_get_config()
The Rust API seems to be the only casualty of copying a whole sockaddr_storage but this doesn't seem to be an ABI breaker, especially since the recent FreeBSD changes...