[Bug 288983] sysutils/slurm-wlm: slurmd and slurmstepd crash due to missing sockaddr length handling in bind() / connect()

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Aug 2025 08:04:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288983

--- Comment #1 from Generic Rikka <rikka.goering@outlook.de> ---
Created attachment 263109
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=263109&action=edit
Adds patches to files/ to fix bind() and connect() calls

I tested this patch on FreeBSD 14.3 amd64. Portlint did not complain or warn
about anything. The patch is rather large, but this is due to there being many
sites to fix. This patch edits bind() and connect() calls to compute and pass
the correct socket length.

-- 
You are receiving this mail because:
You are the assignee for the bug.