https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236900
Jan Beich changed:
What|Removed |Added
Resolution|--- |Unable to Reproduce
Status
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236714
--- Comment #11 from Edward Tomasz Napierala ---
Patch looks good, thank you!
What about the underlying issue, which is sysctl(3) silently failing when it
receives an improperly sized buffer? Would it be feasible to make it return an
erro
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236714
--- Comment #12 from Mateusz Guzik ---
It is not being ignored. There is non-zero garbage in an area not written to by
sysctl, which makes the zero comparison fail.
diff --git a/usr.bin/rctl/rctl.c b/usr.bin/rctl/rctl.c
index 74073c13207e.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236714
Mateusz Guzik changed:
What|Removed |Added
Status|New |Closed
Resolution|---