This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, jlledom-pfinet-dhcpcd has been created
at 57f813d7a44ea4ff59f7736385527017a4b7c53c (commit)
- Log -----------------------------------------------------------------
commit 57f813d7a44ea4ff59f7736385527017a4b7c53c
Author: Joan Lledó <[email protected]>
Date: Sat Feb 28 13:37:56 2026 +0100
pfinet: ip_cmsg_recv: empty control block when not requested.
There was a code path for when a control block is requested, but AFAIK
there was not path for when it's not requested.
That leaded to the control block being filled with garbage when not
requested.
commit df572ca82d67cc3781532e0656c430f1cca41197
Author: Joan Lledó <[email protected]>
Date: Sat Feb 28 13:34:41 2026 +0100
pfinet: socket.h: define `put_cmsg`
This function writes the control block, but it was defined in scm.c which
is not being compiled.
Trying to compile scm.c caused additional errors, so I opted for inline
declaration.
commit ab8451b00142d1cb74a297b3e4b381976ea65ba0
Author: Joan Lledó <[email protected]>
Date: Sat Feb 21 18:14:23 2026 +0100
Set default address and mask to 0.0.0.0 and 255.0.0.0
-----------------------------------------------------------------------
hooks/post-receive
--
Hurd