mirror of
https://github.com/opnsense/src.git
synced 2026-05-16 02:59:48 -04:00
unsz was always exactly '1' here due to an unfortunate mispositioning
of closing parenthesis. While it's generally irrelevant because bind(2)
is passed the (accurate) sep->se_ctrladdr_size instead, it's not very
helpful for anything locally that wants to use it rather than assuming
that sep->se_ctrladdr_size perfectly fits the end of sun_path.
Just drop unsz entirely and use the result of SUN_LEN() for it.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| builtins.c | ||
| inetd.8 | ||
| inetd.c | ||
| inetd.conf | ||
| inetd.h | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.depend.options | ||
| pathnames.h | ||